Skip to content

Commit

Permalink
fix SPECTRO_PUB_REPO
Browse files Browse the repository at this point in the history
Signed-off-by: Nianyu Shen <[email protected]>
  • Loading branch information
nianyush committed May 8, 2024
1 parent 54b6014 commit decf36a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions earthly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,10 @@ function build_without_proxy() {

global_config="{disable_analytics: true}"
PE_VERSION=$(git describe --abbrev=0 --tags)
SPECTRO_PUB_REPO=gcr.io/spectro-images-public
EARTHLY_VERSION=v0.8.5
source .arg

if [ -z "SPECTRO_PUB_REPO" ]; then
SPECTRO_PUB_REPO=gcr.io/spectro-images-public
fi

### Verify Depencies
# Check if Docker is installed
if command -v docker >/dev/null 2>&1; then
Expand Down

0 comments on commit decf36a

Please sign in to comment.