Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Aug 19, 2024
1 parent 2ca6cce commit 13756be
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,12 @@ jobs:
run: |
cd ./repos/wbaas-deploy-staging
# run generate values script for local from staging folder
./bin/generate-values local ui -- TODO: set OUTPUT_TEMPLATE here
./bin/generate-values local ui
# run generate values script for staging from staging folder
./bin/generate-values staging ui -- TODO: set OUTPUT_TEMPLATE here
./bin/generate-values staging ui
# run generate values script for prod from prod folder
cd ../wbaas-deploy-production
./bin/generate-values production ui -- TODO: set OUTPUT_TEMPLATE here
./bin/generate-values production ui
-
name: Truncate commit message
id: truncate-commit-message
Expand Down

0 comments on commit 13756be

Please sign in to comment.