Skip to content

Commit

Permalink
Merge branch 'release' into 'master'
Browse files Browse the repository at this point in the history
Release

See merge request passbolt/passbolt-browser-extension!538
  • Loading branch information
dlen committed Jun 5, 2023
2 parents 85971e0 + 9bfc625 commit 0ebca83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci/jobs/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ publish-chrome:
when: manual
script:
- |
apt-get update && apt-get install -y curl
bash .gitlab-ci/scripts/bin/publish.sh
echo "Sending slack build notification"
echo "================================"
Expand All @@ -17,6 +18,7 @@ publish-firefox:
when: manual
script:
- |
apt-get update && apt-get install -y curl
bash .gitlab-ci/scripts/bin/publish.sh firefox
echo "Sending slack build notification"
echo "================================"
Expand All @@ -29,6 +31,7 @@ publish-edge:
when: manual
script:
- |
apt-get update && apt-get install -y curl
bash .gitlab-ci/scripts/bin/publish.sh edge
echo "Sending slack build notification"
echo "================================"
Expand Down
1 change: 1 addition & 0 deletions .gitlab-ci/jobs/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ review-chrome:
- if: "$CI_COMMIT_TAG"
script:
- |
apt-get update && apt-get install -y curl
bash .gitlab-ci/scripts/bin/review.sh chrome
echo "Sending slack build notification"
echo "================================"
Expand Down

0 comments on commit 0ebca83

Please sign in to comment.