File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed
Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ jobs:
2323 - name : Whoami
2424 run : aws sts get-caller-identity
2525
26- - uses : hashicorp/setup-terraform@v3
27- with :
28- terraform_version : " 1.12.2"
26+ # - uses: hashicorp/setup-terraform@v3
27+ # with:
28+ # terraform_version: "1.12.2"
2929
30- - name : Terraform Init
31- working-directory : ${{ vars.TERRAFORM_DIR_PATH }}
32- run : |
33- export ENVIRONMENT=internal-dev
34- export SUB_ENVIRONMENT=dev
35- make init
30+ # - name: Terraform Init
31+ # working-directory: ${{ vars.TERRAFORM_DIR_PATH }}
32+ # run: |
33+ # export ENVIRONMENT=internal-dev
34+ # export SUB_ENVIRONMENT=dev
35+ # make init
3636
3737 - name : Set up Python
3838 uses : actions/setup-python@v5
4444 curl -sSL https://install.python-poetry.org | python3 - --version 2.1.2
4545 echo "$HOME/.local/bin" >> $GITHUB_PATH
4646 poetry --version
47-
47+
4848 - name : Set Poetry to use Python 3.11
4949 working-directory : ${{ vars.E2E_DIR_PATH }}
5050 run : |
9191 working-directory : ${{ vars.E2E_DIR_PATH }}
9292 env :
9393 APIGEE_ACCESS_TOKEN : ${{ env.APIGEE_ACCESS_TOKEN }}
94+ APIGEE_USERNAME : ${{ vars.APIGEE_USERNAME }}
9495 run : |
9596 export APIGEE_ENVIRONMENT=internal-dev
9697 export PROXY_NAME=immunisation-fhir-api-internal-dev
You can’t perform that action at this time.
0 commit comments