File tree Expand file tree Collapse file tree 3 files changed +5
-93
lines changed
Expand file tree Collapse file tree 3 files changed +5
-93
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ jobs:
144144 echo "Running: make terraform env=$ENVIRONMENT workspace=$WORKSPACE stack=api-layer tf-command=apply"
145145 make terraform env=$ENVIRONMENT stack=api-layer tf-command=apply workspace=$WORKSPACE
146146
147+ - run : poetry install
148+
147149 - name : " Tag and Release"
148150 if : ${{ needs.metadata.outputs.environment == 'preprod' || needs.metadata.outputs.environment == 'prod' }}
149151 env :
@@ -152,7 +154,7 @@ jobs:
152154 INPUT_RELEASE_TYPE : ${{ inputs.release_type }}
153155 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
154156 GITHUB_REPOSITORY : ${{ github.repository }}
155- run : python tag_and_release.py
157+ run : python scripts/seed_users/ tag_and_release.py
156158
157159
158160 regression-tests :
Original file line number Diff line number Diff line change 99 tag :
1010 description : " Branch/Tag/SHA to deploy to test"
1111 required : true
12- default : " dev-20250916094908 "
12+ default : " feauture/te-sd-ELI-452-cicd-improvements "
1313 release_type :
1414 description : " Version bump type (use 'rc' to keep the same base and just increment RC)"
1515 required : true
7979 with :
8080 python-version : " 3.13"
8181
82- - name : Install dependencies
83- run : pip install requests
82+ - run : poetry install
8483
8584 - name : " Checkout Repository"
8685 uses : actions/checkout@v5
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments