Skip to content

Commit

Permalink
pollution v2: ci/cd: fix provenance name
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Sep 11, 2024
1 parent e4b7250 commit 259e729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pollution-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
X_ODH_GRANT_TYPE: client_credentials
X_ODH_PAGINATION_SIZE: 10000
X_ODH_MAX_POST_BATCH_SIZE: 10000
X_PROVENANCE_NAME: ${{ env.PROJECT_NAME }}
X_PROVENANCE_NAME: odh-mobility-el-pollution-v2
X_PROVENANCE_VERSION: ${{ github.sha }}

X_AIRFLOW_PROJ_DIR: /opt/pollution-v2
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
X_ODH_GRANT_TYPE: client_credentials
X_ODH_PAGINATION_SIZE: 10000
X_ODH_MAX_POST_BATCH_SIZE: 10000
X_PROVENANCE_NAME: ${{ env.PROJECT_NAME }}
X_PROVENANCE_NAME: odh-mobility-el-pollution-v2
X_PROVENANCE_VERSION: ${{ github.sha }}

X_AIRFLOW_PROJ_DIR: /opt/pollution-v2
Expand Down

0 comments on commit 259e729

Please sign in to comment.