ds
This commit is contained in:
parent
905ed960b4
commit
8214a77f22
1 changed files with 0 additions and 9 deletions
|
|
@ -49,16 +49,11 @@ jobs:
|
|||
echo "Changed files:"
|
||||
echo "$CHANGED"
|
||||
|
||||
# --------------------
|
||||
# Swarm stacks live in: swarm/*.yml|yaml
|
||||
# --------------------
|
||||
SWARM_FILES="$(echo "$CHANGED" | grep -E '^swarm/.*\.ya?ml$' || true)"
|
||||
echo "swarm_files=$(echo "$SWARM_FILES" | xargs)" >> "$GITHUB_OUTPUT"
|
||||
|
||||
# --------------------
|
||||
# Compose YAMLs live in: services/compose/<host>/<service>/<file>.yml|yaml
|
||||
# (If yours are actually compose/<host>/<service>/..., tell me and I’ll adjust)
|
||||
# --------------------
|
||||
COMPOSE_FILES="$(echo "$CHANGED" | grep -E '^services/compose/[^/]+/[^/]+/.*\.ya?ml$' || true)"
|
||||
|
||||
JSON='{"include":['
|
||||
|
|
@ -81,8 +76,6 @@ jobs:
|
|||
runs-on: docker2
|
||||
container:
|
||||
image: docker:27-cli
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
steps:
|
||||
- name: Checkout repository (git clone, no node)
|
||||
shell: sh
|
||||
|
|
@ -127,8 +120,6 @@ jobs:
|
|||
runs-on: ${{ matrix.host }}
|
||||
container:
|
||||
image: docker:27-cli
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
steps:
|
||||
- name: Install docker compose plugin
|
||||
shell: sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue