chore(ci): use repository variables for boolean stage switches
All checks were successful
Project CI-testing / ci (push) Successful in 8s
All checks were successful
Project CI-testing / ci (push) Successful in 8s
Map RUN_BUILD/RUN_QUALITY/RUN_DEPLOY variables into central reusable workflow inputs and pin latest central SHA. Made-with: Cursor
This commit is contained in:
@@ -8,13 +8,16 @@ on:
|
||||
jobs:
|
||||
ci:
|
||||
# Pin SHA (bump when wdipl-actions ci.yml changes). Propagates ci_steps via build workflow outputs.
|
||||
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@308671e69c5048170c92ef90728334cabd307238
|
||||
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/ci.yml@91dccaa32a528dca5331faa34fcc09cc64fec0a8
|
||||
|
||||
with:
|
||||
tech_stack: node
|
||||
|
||||
# Single string — WDIPL-Runner drops extra workflow_call boolean/string flags (only first sticks).
|
||||
ci_steps: 'build,sonar,deploy'
|
||||
# Use repository variables in Gitea UI:
|
||||
# RUN_BUILD=true|false, RUN_QUALITY=true|false, RUN_DEPLOY=true|false
|
||||
run_build: ${{ vars.RUN_BUILD }}
|
||||
run_quality: ${{ vars.RUN_QUALITY }}
|
||||
run_deploy: ${{ vars.RUN_DEPLOY }}
|
||||
wait_for_quality_gate: 'false'
|
||||
|
||||
app_path_beta: /var/www/app-beta
|
||||
|
||||
Reference in New Issue
Block a user