mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-04-19 23:36:04 -04:00
update earthly version
This commit is contained in:
parent
1f0b9fc8d6
commit
2c03009521
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user