@@ -306,20 +306,20 @@ jobs:
306306 ./scripts/ci-release-app.sh
307307
308308 # then install a version with alternate unsupported overrides
309- export EC_VERSION="$(git describe --tags --abbrev=4 --match='[0-9]*.[0-9]*.[0-9]*') "
310- export APP_VERSION="appver-${SHORT_SHA }-unsupported-overrides"
309+ export EC_VERSION="${{ github.ref_name }} "
310+ export APP_VERSION="appver-${{ github.ref_name } }-unsupported-overrides"
311311 export RELEASE_YAML_DIR=e2e/kots-release-unsupported-overrides
312312 ./scripts/ci-release-app.sh
313313
314314 # then install a version with additional failing host preflights
315- export EC_VERSION="$(git describe --tags --abbrev=4 --match='[0-9]*.[0-9]*.[0-9]*') "
316- export APP_VERSION="appver-${SHORT_SHA }-failing-preflights"
315+ export EC_VERSION="${{ github.ref_name }} "
316+ export APP_VERSION="appver-${{ github.ref_name } }-failing-preflights"
317317 export RELEASE_YAML_DIR=e2e/kots-release-install-failing-preflights
318318 ./scripts/ci-release-app.sh
319319
320320 # then install a version with additional warning host preflights
321- export EC_VERSION="$(git describe --tags --abbrev=4 --match='[0-9]*.[0-9]*.[0-9]*') "
322- export APP_VERSION="appver-${SHORT_SHA }-warning-preflights"
321+ export EC_VERSION="${{ github.ref_name }} "
322+ export APP_VERSION="appver-${{ github.ref_name } }-warning-preflights"
323323 export RELEASE_YAML_DIR=e2e/kots-release-install-warning-preflights
324324 ./scripts/ci-release-app.sh
325325
@@ -474,7 +474,6 @@ jobs:
474474 - TestSingleNodeUpgradePreviousStable
475475 - TestInstallFromReplicatedApp
476476 - TestUpgradeFromReplicatedApp
477- - TestInstallWithoutEmbed
478477# - TestUpgradeEC18FromReplicatedApp
479478 - TestResetAndReinstall
480479# - TestOldVersionUpgrade
0 commit comments