Skip to content

Commit

Permalink
fix previous-stable test
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Nov 7, 2024
1 parent e3364f4 commit 019b9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ jobs:
replicated release promote 11615 2eAqMYG1IEtX8cwpaO1kgNV6EB3 --version "${APP_VERSION}"
# promote a release containing the previous stable version of embedded-cluster to test upgrades
export EC_VERSION="${{ needs.get-tag.outputs.tag-name }}-previous-stable"
export APP_VERSION="appver-${SHORT_SHA}-previous-stable"
export EC_VERSION="${{ needs.build-previous-stable.outputs.ec_version }}"
export APP_VERSION="appver-${{ needs.get-tag.outputs.tag-name }}-previous-stable"
export RELEASE_YAML_DIR=e2e/kots-release-install-stable
./scripts/ci-release-app.sh
# promote a release with the current k0s version, but call it the previous version to test noop upgrades
Expand Down

0 comments on commit 019b9d7

Please sign in to comment.