Skip to content

Commit

Permalink
fix typo (#74) (#75)
Browse files Browse the repository at this point in the history
(cherry picked from commit 8861c59)

Co-authored-by: Nianyu Shen <[email protected]>
  • Loading branch information
github-actions[bot] and nianyush authored Oct 17, 2023
1 parent a542397 commit 52d10da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function build_with_proxy() {

function build_without_proxy() {
# Run Earthly in Docker to create artifacts Variables are passed from the .arg file
docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm --env EARTHLY_BUILD_ARGS -t -e GLOBAL_CONFIG="$global_config "-v "$(pwd)":/workspace gcr.io/spectro-images-public/earthly/earthly:$EARTHLY_VERSION --allow-privileged "$@"
docker run --privileged -v /var/run/docker.sock:/var/run/docker.sock --rm --env EARTHLY_BUILD_ARGS -t -e GLOBAL_CONFIG="$global_config" -v "$(pwd)":/workspace gcr.io/spectro-images-public/earthly/earthly:$EARTHLY_VERSION --allow-privileged "$@"
}

global_config="{disable_analytics: true}"
Expand Down

0 comments on commit 52d10da

Please sign in to comment.