We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061aa0b commit 027ec6bCopy full SHA for 027ec6b
scripts/package-upload.sh
@@ -12,9 +12,10 @@ echo "Package: ${PACKAGE}"
12
echo "Version: ${VERSION}"
13
echo "Release: ${RELEASE}"
14
echo "Location: ${GCLOUD_LOCATION}"
15
+echo "Prerelease: ${IS_PRERELEASE}"
16
17
if [[ ${IS_PRERELEASE} == "true" ]]; then
- echo "Skipping artifact import; IS_PRERELEASE is 'true'"
18
+ echo "Skipping artifact upload; IS_PRERELEASE is 'true'"
19
exit 0;
20
fi
21
0 commit comments