Update .gitea/workflows/ci.yml
This commit is contained in:
@@ -85,7 +85,7 @@ jobs:
|
|||||||
|
|
||||||
# 🔨 BUILD
|
# 🔨 BUILD
|
||||||
build:
|
build:
|
||||||
if: inputs.run_build == "true"
|
if: inputs.run_build == 'true'
|
||||||
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/build.yml@main
|
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/build.yml@main
|
||||||
with:
|
with:
|
||||||
tech_stack: ${{ inputs.tech_stack }}
|
tech_stack: ${{ inputs.tech_stack }}
|
||||||
@@ -93,7 +93,7 @@ jobs:
|
|||||||
|
|
||||||
# 🔍 SONAR
|
# 🔍 SONAR
|
||||||
sonar:
|
sonar:
|
||||||
if: inputs.run_sonar == "true"
|
if: inputs.run_sonar == 'true'
|
||||||
needs: build
|
needs: build
|
||||||
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/quality.yml@main
|
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/quality.yml@main
|
||||||
with:
|
with:
|
||||||
@@ -104,7 +104,7 @@ jobs:
|
|||||||
|
|
||||||
# 🚀 DEPLOY
|
# 🚀 DEPLOY
|
||||||
deploy:
|
deploy:
|
||||||
if: inputs.run_deploy == "true"
|
if: inputs.run_deploy == 'true'
|
||||||
needs: [build, sonar]
|
needs: [build, sonar]
|
||||||
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/deploy.yml@main
|
uses: Rajendra.Reddy/wdipl-actions/.gitea/workflows/deploy.yml@main
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user