ds
Some checks are pending
Deploy on push / deploy_compose (push) Blocked by required conditions
Deploy on push / detect (push) Successful in 1s
Deploy on push / deploy_swarm (push) Has been skipped

This commit is contained in:
traveler 2026-01-14 22:21:58 -06:00
parent 905ed960b4
commit 8214a77f22

View file

@ -49,16 +49,11 @@ jobs:
echo "Changed files:" echo "Changed files:"
echo "$CHANGED" echo "$CHANGED"
# --------------------
# Swarm stacks live in: swarm/*.yml|yaml # Swarm stacks live in: swarm/*.yml|yaml
# --------------------
SWARM_FILES="$(echo "$CHANGED" | grep -E '^swarm/.*\.ya?ml$' || true)" SWARM_FILES="$(echo "$CHANGED" | grep -E '^swarm/.*\.ya?ml$' || true)"
echo "swarm_files=$(echo "$SWARM_FILES" | xargs)" >> "$GITHUB_OUTPUT" echo "swarm_files=$(echo "$SWARM_FILES" | xargs)" >> "$GITHUB_OUTPUT"
# --------------------
# Compose YAMLs live in: services/compose/<host>/<service>/<file>.yml|yaml # Compose YAMLs live in: services/compose/<host>/<service>/<file>.yml|yaml
# (If yours are actually compose/<host>/<service>/..., tell me and Ill adjust)
# --------------------
COMPOSE_FILES="$(echo "$CHANGED" | grep -E '^services/compose/[^/]+/[^/]+/.*\.ya?ml$' || true)" COMPOSE_FILES="$(echo "$CHANGED" | grep -E '^services/compose/[^/]+/[^/]+/.*\.ya?ml$' || true)"
JSON='{"include":[' JSON='{"include":['
@ -81,8 +76,6 @@ jobs:
runs-on: docker2 runs-on: docker2
container: container:
image: docker:27-cli image: docker:27-cli
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps: steps:
- name: Checkout repository (git clone, no node) - name: Checkout repository (git clone, no node)
shell: sh shell: sh
@ -127,8 +120,6 @@ jobs:
runs-on: ${{ matrix.host }} runs-on: ${{ matrix.host }}
container: container:
image: docker:27-cli image: docker:27-cli
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps: steps:
- name: Install docker compose plugin - name: Install docker compose plugin
shell: sh shell: sh