Skip to content

Commit ee6e0a5

Browse files
author
Tsotne Tabidze
committed
Fix integration tests
Signed-off-by: Tsotne Tabidze <tsotne@tecton.ai>
1 parent 2d0d9e7 commit ee6e0a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: aws-actions/amazon-ecr-login@v1
2626
- name: Set ECR image tag
2727
id: image-tag
28-
run: echo '::set-output name=DOCKER_IMAGE_TAG::`git rev-parse HEAD`'
28+
run: echo "::set-output name=DOCKER_IMAGE_TAG::`git rev-parse HEAD`"
2929
- name: Build and push
3030
env:
3131
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: aws-actions/amazon-ecr-login@v1
3737
- name: Set ECR image tag
3838
id: image-tag
39-
run: echo '::set-output name=DOCKER_IMAGE_TAG::`git rev-parse HEAD`'
39+
run: echo "::set-output name=DOCKER_IMAGE_TAG::`git rev-parse HEAD`"
4040
- name: Build and push
4141
env:
4242
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}

0 commit comments

Comments
 (0)