facepalm; fixed the env issue
Some checks failed
update neo with compose files / validate the new configuration (push) Failing after 28s
update neo with compose files / deploy the config on the server (push) Has been skipped

This commit is contained in:
Didier Slof 2023-04-30 21:18:14 +02:00
parent 343be62fc5
commit c42da07991

View file

@ -14,11 +14,9 @@ jobs:
- name: validate files - name: validate files
run: | run: |
set -e set -e
ls ${{github.workspace}}
ls .
DC_ARGS="" DC_ARGS=""
for file in docker-compose.*.yml; do for file in docker-compose.*.yml; do
DC_ARGS="-f $file " DC_ARGS="$DC_ARGS -f $file"
done done
echo $DC_ARGS echo $DC_ARGS
docker-compose $DC_ARGS config -q docker-compose $DC_ARGS config -q