Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vavsab committed Jan 7, 2025
1 parent e8844a5 commit 6b88ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/Dockerfile_goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN <<EOT
if [ -z ${GITHUB_TOKEN} ]; then
if [ ${CI} != "true" ]; then FLAGS="${FLAGS} --skip=validate"; fi
if [ ${PUSH} != "true" ]; then FLAGS="${FLAGS} --single-target"; fi
goreleaser build ${FLAGS}
goreleaser build ${FLAGS} --snapshot
else
goreleaser release ${FLAGS}
fi
Expand Down

0 comments on commit 6b88ca7

Please sign in to comment.