Skip to content

Commit

Permalink
fix envvar 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Apr 18, 2023
1 parent 3d42297 commit 2f1af3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
runs-on: ${{ needs.setup.outputs.compute-xl }}
repository-name: ${{ github.repository }}
uploaded-binary-name: '${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
uploaded-binary-name: ${{ env.CONSUL_BINARY_UPLOAD_NAME }}
secrets:
elevated-github-token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}

Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
--target-image consul \
--target-version local \
--latest-image consul \
--latest-version ${{ env.CONSUL_VERSION
--latest-version ${{ env.CONSUL_VERSION }}
ls -lrt
env:
# this is needed because of incompatibility between RYUK container and circleci
Expand Down

0 comments on commit 2f1af3b

Please sign in to comment.