Skip to content

Commit

Permalink
remove skip install check
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrozean committed Jul 3, 2024
1 parent 3b4b269 commit 6eb7809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder-base/scripts/download_golang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ function download_golang {
fi
}

[ ${SKIP_INSTALL:-false} != false ] || download_golang
download_golang

0 comments on commit 6eb7809

Please sign in to comment.