Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Remove repeated -P from release.sh (#282)
Browse files Browse the repository at this point in the history
This is now handled by the helper script.
  • Loading branch information
adrcunha authored and google-prow-robot committed Jul 23, 2018
1 parent b864adc commit 5d8bfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if (( PUBLISH_RELEASE )); then
fi

echo "Building build-crd"
ko resolve ${KO_FLAGS} -P -f config/ > ${OUTPUT_YAML}
ko resolve ${KO_FLAGS} -f config/ > ${OUTPUT_YAML}
tag_images_in_yaml ${OUTPUT_YAML} ${BUILD_RELEASE_GCR} ${TAG}

echo "New release built successfully"
Expand Down

0 comments on commit 5d8bfc3

Please sign in to comment.