Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update worker to 6.2.8 #37

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ pull_trusty_build_images() {
pull_xenial_build_images() {
echo "Installing Ubuntu 16.04 (xenial) build images"

opal=travisci/ci-opal:packer-1564752277-0c06deb6
sardonyx=travisci/ci-sardonyx:packer-1564753982-0c06deb6
opal=travisci/ci-opal:packer-1576243490-60d50014
sardonyx=ci-sardonyx:packer-1576238197-60d50014
Tahsin-travis-ci marked this conversation as resolved.
Show resolved Hide resolved

docker pull $opal
docker pull $sardonyx
Expand Down Expand Up @@ -354,7 +354,7 @@ pull_xenial_build_images() {
pull_bionic_build_images() {
echo "Installing Ubuntu 18.04 (bionic) build images"

ubuntu1804=travisci/ci-ubuntu-1804:packer-1566551110-e45a2919
ubuntu1804=travisci/ci-ubuntu-1804:packer-1582574251-a9b1ae58

docker pull $ubuntu1804

Expand Down