Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pkg/builders/s2i/assemblers.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@ if [[ $(go list -f {{.Incomplete}}) == "true" ]]; then
popd
exit
fi
exec /$STI_SCRIPTS_PATH/usage
/$STI_SCRIPTS_PATH/usage
exit 1
else
pushd .s2i/builds/last
go mod tidy
go build -o /opt/app-root/gobinary
popd
popd
Expand Down
Loading