Skip to content

Commit

Permalink
Wwi21/29 configuring matrix ci pipeline 1 (#180)
Browse files Browse the repository at this point in the history
* Update dependency functions-framework to v3.8.0

* Update integration.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
Niyada and renovate[bot] authored Jun 30, 2024
1 parent 546fbc6 commit 0dea4c6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# Set FORCE_STD_XML for transform function only if the flag exists and is true
- name: Set FORCE_STD_XML if required
if: matrix.function.set_force_std_xml == 'true'
if: matrix.function.set_force_std_xml == true
run: echo "FORCE_STD_XML=true" >> $GITHUB_ENV

- name: Set FORCE_STD_XML_ENV_KV_PAIR
Expand Down Expand Up @@ -150,4 +150,4 @@ jobs:
- name: Remove Canary Function
if: always()
run: |
gcloud functions delete ${{ env.CANARY_FUNCTION_NAME }} --region europe-west3 --quiet
gcloud functions delete ${{ env.CANARY_FUNCTION_NAME }} --region europe-west3 --quiet
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cloudevents==1.11.0
colorama==0.4.6
deprecation==2.1.0
Flask==3.0.3
functions-framework==3.7.0
functions-framework==3.8.0
gunicorn==22.0.0
idna==3.7
iniconfig==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/checkTokens/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
firebase_admin==6.5.0
functions-framework==3.7.0
functions-framework==3.8.0
pytz==2024.1
2 changes: 1 addition & 1 deletion src/refreshTokens/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
firebase_admin==6.5.0
functions-framework==3.7.0
functions-framework==3.8.0

0 comments on commit 0dea4c6

Please sign in to comment.