From 2c030095214555c27934f115de5c73e39f2f6769 Mon Sep 17 00:00:00 2001 From: Adam Shamblin Date: Sat, 29 Oct 2022 17:17:41 -0600 Subject: [PATCH] update earthly version --- .gitlab-ci.yml | 2 +- cicd/earthly-setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00c6afbe..add8621e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: DOCKER_HOST: tcp://docker:2375 EARTHLY_EXEC_CMD: "/bin/sh" -image: earthly/earthly:v0.6.27 +image: earthly/earthly:v0.6.28 earthly: stage: build diff --git a/cicd/earthly-setup.sh b/cicd/earthly-setup.sh index 5b486cab..de6e313c 100755 --- a/cicd/earthly-setup.sh +++ b/cicd/earthly-setup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -wget https://github.com/earthly/earthly/releases/download/v0.6.27/earthly-linux-amd64 \ +wget https://github.com/earthly/earthly/releases/download/v0.6.28/earthly-linux-amd64 \ -O /usr/local/bin/earthly chmod +x /usr/local/bin/earthly /usr/local/bin/earthly bootstrap