Skip to content

Commit 2f1af3b

Browse files
committed
fix envvar 4
1 parent 3d42297 commit 2f1af3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-integrations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
with:
4444
runs-on: ${{ needs.setup.outputs.compute-xl }}
4545
repository-name: ${{ github.repository }}
46-
uploaded-binary-name: '${{ env.CONSUL_BINARY_UPLOAD_NAME }}'
46+
uploaded-binary-name: ${{ env.CONSUL_BINARY_UPLOAD_NAME }}
4747
secrets:
4848
elevated-github-token: ${{ secrets.ELEVATED_GITHUB_TOKEN }}
4949

@@ -298,7 +298,7 @@ jobs:
298298
--target-image consul \
299299
--target-version local \
300300
--latest-image consul \
301-
--latest-version ${{ env.CONSUL_VERSION
301+
--latest-version ${{ env.CONSUL_VERSION }}
302302
ls -lrt
303303
env:
304304
# this is needed because of incompatibility between RYUK container and circleci

0 commit comments

Comments
 (0)