Skip to content
Snippets Groups Projects
Commit b9a44c38 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'develop' into 'master'

Regular merge of develop

See merge request R3.training/git.slides!27
parents 69e758fb 73c63ff6
No related branches found
No related tags found
2 merge requests!38Adding additional information about the MATLAB test commands,!27Regular merge of develop
Pipeline #8418 passed
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://r3.training.pages.uni.lu/git.slides/stable"/>
</head>
<body>
</bod>
</html>
\ No newline at end of file
image: digitallyseamless/nodejs-bower-grunt image: digitallyseamless/nodejs-bower-grunt
pages: pages:
stage: deploy stage: build
only: only:
- develop - develop
script:
- npm install -g npm@latest yo grunt-cli generator-reveal bower
- npm install
- grunt dist
- mkdir latest
- mv public/* latest/.
- mv latest public/.
- cp .autoRedirect public/latest/index.html
artifacts:
paths:
- public/latest
stage: deploy
only:
- master - master
script: script:
- npm install --global npm@latest - npm install -g npm@latest yo grunt-cli generator-reveal bower
- npm install --global yo
- npm install -g grunt-cli
- npm install -g generator-reveal
- npm install -g bower
- npm install - npm install
- rm -rf public
- grunt dist - grunt dist
- mkdir stable
- mv public/* stable/.
- mv stable public/.
- cp .autoRedirect public/stable/index.html
artifacts: artifacts:
paths: paths:
- public - public/stable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment