File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ run_tests() {
139
139
140
140
(
141
141
set -e
142
- echo Using PR container image: pr- ${GIT_PR_NUMBER} - ${SHORT_SHA }
142
+ echo Using PR container image: ${TAG_NAME }
143
143
yarn test
144
144
) | & tee " /tmp/${LOGFILE} "
145
145
@@ -215,9 +215,9 @@ main() {
215
215
LONG_SHA=$( echo " $GIT_PR_RESPONSE " | jq -r ' .head.sha' )
216
216
SHORT_SHA=$( git rev-parse --short ${LONG_SHA} )
217
217
218
- echo " Tag name with short SHA: pr- ${GIT_PR_NUMBER} - ${SHORT_SHA }"
218
+ echo " Tag name with short SHA: ${TAG_NAME }"
219
219
220
- helm upgrade -i ${RELEASE_NAME} -n ${NAME_SPACE} rhdh-chart/backstage --version ${CHART_VERSION} -f $DIR /value_files/${HELM_CHART_VALUE_FILE_NAME} --set global.clusterRouterBase=${K8S_CLUSTER_ROUTER_BASE} --set upstream.backstage.image.tag=pr- ${GIT_PR_NUMBER} - ${SHORT_SHA }
220
+ helm upgrade -i ${RELEASE_NAME} -n ${NAME_SPACE} rhdh-chart/backstage --version ${CHART_VERSION} -f $DIR /value_files/${HELM_CHART_VALUE_FILE_NAME} --set global.clusterRouterBase=${K8S_CLUSTER_ROUTER_BASE} --set upstream.backstage.image.tag=${TAG_NAME }
221
221
222
222
check_backstage_running
223
223
backstage_status=$?
You can’t perform that action at this time.
0 commit comments