Skip to content

Commit

Permalink
🚧 Add a missing zipping step to production builds; add a zipping comm…
Browse files Browse the repository at this point in the history
…and for nightly for testing purposes
  • Loading branch information
CosmoMyzrailGorynych committed Oct 2, 2022
1 parent 06de600 commit 0e4194a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ pack-deploy-release:
needs: ["lint", "build"]
script:
- gulp -f devSetup.gulpfile.js
- gulp packages --buildNum=$CI_COMMIT_TAG
- gulp deployItchOnly --buildNum=$CI_COMMIT_TAG
- gulp sendGithubDraft --buildNum=$CI_COMMIT_TAG
- gulp deploy --buildNum=$CI_COMMIT_TAG
only:
- tags
- master
Expand All @@ -70,4 +68,5 @@ pack-deploy-nightly:
- gulp -f devSetup.gulpfile.js
- gulp packages --nightly --buildNum=$CI_COMMIT_SHORT_SHA
- gulp deployItchOnly --nightly --buildNum=$CI_COMMIT_SHORT_SHA
- gulp zipPackages --nightly --buildNum=$CI_COMMIT_SHORT_SHA

1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ exports.patronsCache = patronsCache;
exports.docs = docs;
exports.build = build;
exports.deploy = deploy;
exports.zipPackages = zipPackages;
exports.deployItchOnly = deployItchOnly;
exports.sendGithubDraft = sendGithubDraft;
exports.default = defaultTask;
Expand Down

0 comments on commit 0e4194a

Please sign in to comment.