diff --git a/.gitlab-ci/jobs/publish.yml b/.gitlab-ci/jobs/publish.yml index b1d17cef..c1f4aaa5 100644 --- a/.gitlab-ci/jobs/publish.yml +++ b/.gitlab-ci/jobs/publish.yml @@ -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 "================================" @@ -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 "================================" @@ -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 "================================" diff --git a/.gitlab-ci/jobs/review.yml b/.gitlab-ci/jobs/review.yml index 7e793af2..dc587d84 100644 --- a/.gitlab-ci/jobs/review.yml +++ b/.gitlab-ci/jobs/review.yml @@ -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 "================================"