pls work
This commit is contained in:
parent
d007a9dee7
commit
343be62fc5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/update-server.yml
vendored
2
.github/workflows/update-server.yml
vendored
|
@ -14,6 +14,8 @@ 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="-f $file "
|
||||||
|
|
Reference in a new issue