Skip to content

Commit

Permalink
ci(build-docker): add missing debugging output to layer 35
Browse files Browse the repository at this point in the history
  • Loading branch information
vpayno committed Jan 12, 2024
1 parent 48e6b92 commit 187e193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/docker/layer-35.00-tools-tailscale.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ main() {

declare url
for url in "${GO_PKGS[@]}"; do
echo Running: go install "${url}"
go install "${url}" || track_errors
printf "\n"
done

layer_end "${0}" "$@"
Expand Down

0 comments on commit 187e193

Please sign in to comment.