Skip to content

Commit

Permalink
gh-action: fix path to generate-values (#857)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrow authored Aug 19, 2024
1 parent 761ff4c commit 31f375c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ jobs:
id: update-argo-values
run: |
# run generate values script for local from staging folder
./repos/wbaas-deploy-staging/bin/generate-values.sh local ui
./repos/wbaas-deploy-staging/bin/generate-values local ui
# run generate values script for staging from staging folder
./repos/wbaas-deploy-staging/bin/generate-values.sh staging ui
./repos/wbaas-deploy-staging/bin/generate-values staging ui
# run generate values script for prod from prod folder
./repos/wbaas-deploy-production/bin/generate-values.sh production ui
./repos/wbaas-deploy-production/bin/generate-values production ui
-
name: Truncate commit message
id: truncate-commit-message
Expand Down

0 comments on commit 31f375c

Please sign in to comment.