From 932103545d76a46d47cd38459b3aec3800c59513 Mon Sep 17 00:00:00 2001 From: Didier Date: Sun, 30 Apr 2023 21:14:00 +0200 Subject: [PATCH] second try --- .github/workflows/update-server.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-server.yml b/.github/workflows/update-server.yml index 1c84e42..9dfae87 100644 --- a/.github/workflows/update-server.yml +++ b/.github/workflows/update-server.yml @@ -6,13 +6,14 @@ jobs: name: validate the new configuration runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - name: install packages run: | apt update -y apt install -y docker-compose + - uses: actions/checkout@v3 - name: validate files run: | + set -e DC_ARGS="" for file in docker-compose.*.yml; do DC_ARGS="-f $file "