Skip to content

Commit

Permalink
Merge pull request #2229 from replicatedhq/fix-pipeline-variable
Browse files Browse the repository at this point in the history
Fixing issue where release pipeline is referencing the wrong terraform variable.
  • Loading branch information
syntastical committed Oct 11, 2021
2 parents 05306dd + eec39ee commit 7937a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -1116,7 +1116,7 @@ jobs:
working-directory: automation/cluster
run: |
terraform init -backend-config ${{ matrix.test.backend_config }}
echo "::set-output name=instance_ip::$(terraform output -raw control_plane_public_ip)"
echo "::set-output name=instance_ip::$(terraform output -raw control_plane_private_ip)"
- name: Run the test
working-directory: automation/jumpbox
Expand Down

0 comments on commit 7937a70

Please sign in to comment.