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 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 I’ll 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue