ci: use lionsctl-ci image; drop actions/checkout dependency
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 4m30s
Some checks failed
CI/CD Pipeline / pipeline (push) Failing after 4m30s
This commit is contained in:
@@ -41,9 +41,6 @@ jobs:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Show tooling
|
- name: Show tooling
|
||||||
run: |
|
run: |
|
||||||
lionsctl --version || true
|
lionsctl --version || true
|
||||||
@@ -64,6 +61,7 @@ jobs:
|
|||||||
SMTP_USERNAME: ${{ secrets.SMTP_USERNAME }}
|
SMTP_USERNAME: ${{ secrets.SMTP_USERNAME }}
|
||||||
SMTP_PASSWORD: ${{ secrets.SMTP_PASSWORD }}
|
SMTP_PASSWORD: ${{ secrets.SMTP_PASSWORD }}
|
||||||
SMTP_FROM: ${{ secrets.SMTP_FROM }}
|
SMTP_FROM: ${{ secrets.SMTP_FROM }}
|
||||||
|
# No actions/checkout — lionsctl clones internally using git_access_token.
|
||||||
run: |
|
run: |
|
||||||
# For btpxpress-backend add: --deploy-repo-url https://git.lions.dev/lionsdev/btpxpress-server-k1
|
# For btpxpress-backend add: --deploy-repo-url https://git.lions.dev/lionsdev/btpxpress-server-k1
|
||||||
# For btpxpress-frontend add: --deploy-repo-url https://git.lions.dev/lionsdev/btpxpress-client-k1
|
# For btpxpress-frontend add: --deploy-repo-url https://git.lions.dev/lionsdev/btpxpress-client-k1
|
||||||
|
|||||||
Reference in New Issue
Block a user