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

remove deploy from develop

parent 975962e1
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ image: digitallyseamless/nodejs-bower-grunt ...@@ -3,7 +3,6 @@ image: digitallyseamless/nodejs-bower-grunt
pages: pages:
stage: deploy stage: deploy
only: only:
- develop
- master - master
script: script:
- npm install --global npm@latest - npm install --global npm@latest
...@@ -12,7 +11,6 @@ pages: ...@@ -12,7 +11,6 @@ pages:
- npm install -g generator-reveal - npm install -g generator-reveal
- npm install -g bower - npm install -g bower
- npm install - npm install
- rm -rf public
- grunt dist - grunt dist
artifacts: artifacts:
......
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