Skip to content

Commit

Permalink
Adding standalone trigger for regression testing
Browse files Browse the repository at this point in the history
  • Loading branch information
syntastical committed Nov 13, 2021
1 parent 5af6d51 commit a28c9be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regression.yaml
Expand Up @@ -164,8 +164,8 @@ jobs:
if: always()
working-directory: automation/cluster
run: |
export CURRENT_TAG=${{ github.event.inputs.version_tag_old }}
export NEXT_TAG=${{ github.event.inputs.version_tag_new }}
export CURRENT_TAG=${{ github.event.inputs.version_tag_old || version_tag_old }}
export NEXT_TAG=${{ github.event.inputs.version_tag_new || inputs.version_tag_new }}
if [ "${{ matrix.test.is_upgrade }}" ]; then
export TF_VAR_kots_version_initial="${CURRENT_TAG:1}"
export TF_VAR_kots_version_upgrade="${NEXT_TAG:1}"
Expand Down

0 comments on commit a28c9be

Please sign in to comment.