Skip to content

Commit

Permalink
🚧 Gitlab CI is predictable and stable
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Mar 26, 2022
1 parent 2282cb9 commit 7f5b7bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ pack-deploy-release:
- gulp -f devSetup.gulpfile.js
- gulp packages --buildNum=$CI_COMMIT_TAG
- gulp deployOnly --buildNum=$CI_COMMIT_TAG
only:
- tags
rules:
# Build for tags on master only
- if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == "master"

pack-deploy-nightly:
stage: pack
Expand Down

0 comments on commit 7f5b7bd

Please sign in to comment.