Skip to content

Commit

Permalink
🚧 Weaken requirements for Gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Mar 26, 2022
1 parent 671ff6c commit 15a2ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pack-deploy-release:
- gulp deployOnly --buildNum=$CI_COMMIT_TAG
rules:
# Build for tags on master only
- if: $CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG != null && $CI_PIPELINE_SOURCE == "push"
- if: $CI_COMMIT_BRANCH == "master" && $CI_COMMIT_TAG != null
artifacts:
expire_in: 30 days
name: "$CI_COMMIT_REF_NAME"
Expand Down

0 comments on commit 15a2ead

Please sign in to comment.