File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1515 # This script depends on IS_PRERELEASE env being set. This is set by CI in the Is Pre-release step.
1616 - cmd : bash scripts/package-repo-import.sh {{ .Var.packageName }} {{ .Version }}
1717 output : true
18+ env :
19+ - IS_PRERELEASE={{ .Env.IS_PRERELEASE }}
1820
1921builds :
2022 - id : linux-amd64
@@ -189,6 +191,8 @@ publishers:
189191 ids :
190192 - packages
191193 cmd : ./scripts/package-upload.sh {{ abs .ArtifactPath }} {{ .Var.packageName }} {{ .Version }} {{ .Var.packageRelease }}
194+ env :
195+ - IS_PRERELEASE={{ .Env.IS_PRERELEASE }}
192196
193197snapshot :
194198 version_template : " {{ .Tag }}"
Original file line number Diff line number Diff line change @@ -7,11 +7,10 @@ FILE="${1}"
77PACKAGE=" ${2} "
88VERSION=" ${3} "
99
10+
1011echo " Package File: ${FILE} "
1112echo " Package: ${PACKAGE} "
1213echo " Version: ${VERSION} "
13- echo " Release: ${RELEASE} "
14- echo " Location: ${GCLOUD_LOCATION} "
1514echo " Prerelease: ${IS_PRERELEASE} "
1615
1716if [[ ${IS_PRERELEASE} == " true" ]]; then
You can’t perform that action at this time.
0 commit comments