Fix dev CI: touch soul-demo-image.tar placeholder before Docker build
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 3m5s
Dev — Build & local smoke test / build-smoke (pull_request) Failing after 3m5s
This commit is contained in:
@@ -154,6 +154,13 @@ jobs:
|
|||||||
- name: Touch HTML placeholder files
|
- name: Touch HTML placeholder files
|
||||||
run: touch src/index.html src/about.html src/terms.html src/enterprise-terms.html
|
run: touch src/index.html src/about.html src/terms.html src/enterprise-terms.html
|
||||||
|
|
||||||
|
- name: Create soul-demo-image.tar placeholder
|
||||||
|
# Dockerfile.stage COPYs this file (used by k3s at runtime).
|
||||||
|
# For the dev smoke test the k3s import fails silently — the landing
|
||||||
|
# server still comes up on :8080. Real tar is built by build-stage.sh
|
||||||
|
# in the deploy pipeline; here we just need the COPY to succeed.
|
||||||
|
run: touch dist/soul-demo-image.tar
|
||||||
|
|
||||||
- name: Build Docker image (local only — no push)
|
- name: Build Docker image (local only — no push)
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|||||||
Reference in New Issue
Block a user