chore(ci): normalize boolean inputs as strings and pass testing path
All checks were successful
CI / ci (push) Successful in 0s
All checks were successful
CI / ci (push) Successful in 0s
Use explicit string true/false values for run flags and add app_path_testing to match central/deploy workflow inputs. Made-with: Cursor
This commit is contained in:
@@ -12,12 +12,13 @@ jobs:
|
||||
with:
|
||||
tech_stack: node
|
||||
|
||||
run_build: true
|
||||
run_sonar: true
|
||||
run_deploy: true
|
||||
wait_for_quality_gate: false
|
||||
run_build: 'true'
|
||||
run_sonar: 'true'
|
||||
run_deploy: 'true'
|
||||
wait_for_quality_gate: 'false'
|
||||
|
||||
app_path_beta: /var/www/app-beta
|
||||
app_path_testing: /var/www/app-testing
|
||||
app_path_staging: /var/www/app-staging
|
||||
app_path_prod: /var/www/app-prod
|
||||
|
||||
|
||||
Reference in New Issue
Block a user