Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stpronk committed Oct 16, 2019
1 parent f770072 commit 46c2a91
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,18 @@ Code_quality:

Deploy_development:
stage: Deploy
only:
refs:
- develop
script:
# - deploy
only:
refs:
- develop
script:
# - deploy

Deploy_production:
stage: Deploy
only:
refs:
- master
script:
# - deploy
only:
refs:
- master
script:
# - deploy


0 comments on commit 46c2a91

Please sign in to comment.