Skip to content

Commit

Permalink
tr lorawan: fix ci/cd bdp provenance url
Browse files Browse the repository at this point in the history
  • Loading branch information
luhodaan committed Feb 10, 2025
1 parent 4589df7 commit 26d106a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tr-lorawan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
.image.pullPolicy="IfNotPresent" |
.env.BDP_PROVENANCE_NAME="${{ env.PROJECT_NAME }}" |
.env.BDP_PROVENANCE_VERSION="${{ github.sha}}"
.env.BDP_PROVENANCE_VERSION="${{ github.sha}}" |
.env.BDP_BASE_URL="https://mobility.share.opendatahub.com"
' ${{ env.VALUES_YAML }}
Expand Down

0 comments on commit 26d106a

Please sign in to comment.