From a661e25688f04849e4a5fd40406e1fe733e8248e Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Wed, 23 Mar 2022 20:01:42 +0100 Subject: [PATCH 1/2] Fix awsfulltest.yml Don't overwrite tower-action defaults for pipeline and git sha. --- .github/workflows/awsfulltest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/awsfulltest.yml b/.github/workflows/awsfulltest.yml index 6c62ba20..730f888f 100644 --- a/.github/workflows/awsfulltest.yml +++ b/.github/workflows/awsfulltest.yml @@ -20,8 +20,6 @@ jobs: workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }} access_token: ${{ secrets.TOWER_ACCESS_TOKEN }} compute_env: ${{ secrets.TOWER_COMPUTE_ENV }} - pipeline: ${{ github.repository }} - revision: ${{ github.sha }} workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/hicar/work-${{ github.sha }} parameters: | { From f04d8ae7fd0851f1c19b5e91f0d576321a1f7b5f Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Wed, 23 Mar 2022 20:02:06 +0100 Subject: [PATCH 2/2] Update awstest.yml --- .github/workflows/awstest.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/awstest.yml b/.github/workflows/awstest.yml index 810b2c07..5c52107a 100644 --- a/.github/workflows/awstest.yml +++ b/.github/workflows/awstest.yml @@ -17,8 +17,6 @@ jobs: workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }} access_token: ${{ secrets.TOWER_ACCESS_TOKEN }} compute_env: ${{ secrets.TOWER_COMPUTE_ENV }} - pipeline: ${{ github.repository }} - revision: ${{ github.sha }} workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/hicar/work-${{ github.sha }} parameters: | {