fix(ci): add checkout step for local actions and rename pipeline to XControl Unified CI/CD Pipeline
This commit is contained in:
parent
9cda9f67d7
commit
cb291a0868
8
.github/workflows/pipeline.yml
vendored
8
.github/workflows/pipeline.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: CloudNativeSuite Pipeline
|
||||
name: XControl Unified CI/CD Pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -36,6 +36,9 @@ jobs:
|
||||
platform: ["linux/amd64", "linux/arm64"]
|
||||
service: ["dashboard", "rag-server", "account"]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Code Quality
|
||||
uses: ./.github/actions/code-quality
|
||||
with:
|
||||
@ -101,6 +104,9 @@ jobs:
|
||||
ENVIRONMENT: ${{ github.event.inputs.environment }}
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Deploy Services
|
||||
uses: ./.github/actions/deploy
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user