Skip to content

Commit

Permalink
🚧
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Mar 26, 2022
1 parent 15a2ead commit 2282cb9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +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
artifacts:
expire_in: 30 days
name: "$CI_COMMIT_REF_NAME"
paths:
- "build/"
- if: $CI_COMMIT_TAG && $CI_COMMIT_BRANCH == "master"

pack-deploy-nightly:
stage: pack
Expand Down

0 comments on commit 2282cb9

Please sign in to comment.