From 9e8602d4ccb84781b2c7e4db8da415acbd70c322 Mon Sep 17 00:00:00 2001 From: rrigato Date: Sun, 7 Apr 2024 10:31:56 -0500 Subject: [PATCH] setup pipeline stub --- .github/workflows/tvratings_pipeline.yml | 9 ++++++--- scripts/tvratings_build_test.sh | 3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tvratings_pipeline.yml b/.github/workflows/tvratings_pipeline.yml index 6317ba2..f576267 100644 --- a/.github/workflows/tvratings_pipeline.yml +++ b/.github/workflows/tvratings_pipeline.yml @@ -1,4 +1,8 @@ name: application pipeline + +env: + AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID}} + on: push: branches: @@ -33,12 +37,11 @@ jobs: run: | chmod +x 'scripts/tvratings_build_test.sh' - + - name: test-and-build-deployment-archive shell: bash env: AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID}} - PROJECT_NAME: ${{vars.PROJECT_NAME}} - REGION_NAME: ${{vars.REGION_NAME}} + run: 'scripts/tvratings_build_test.sh' diff --git a/scripts/tvratings_build_test.sh b/scripts/tvratings_build_test.sh index bacf9ae..43a164b 100644 --- a/scripts/tvratings_build_test.sh +++ b/scripts/tvratings_build_test.sh @@ -1 +1,2 @@ -echo "to do" \ No newline at end of file +echo "to do" +echo $AWS_ACCOUNT_ID \ No newline at end of file