attempt 2
This commit is contained in:
parent
94b540a9ea
commit
17363e14f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-server.yml
vendored
2
.github/workflows/update-server.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
DC_ARGS=""
|
DC_ARGS=""
|
||||||
for $f in docker-compose.*.yml; do
|
for f in docker-compose.*.yml; do
|
||||||
DC_ARGS="-f $f"
|
DC_ARGS="-f $f"
|
||||||
done
|
done
|
||||||
docker-compose $DC_ARGS config
|
docker-compose $DC_ARGS config
|
||||||
|
|
Reference in a new issue