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
|
||||
run: |
|
||||
set -e
|
||||
ls ${{github.workspace}}
|
||||
ls .
|
||||
DC_ARGS=""
|
||||
for file in docker-compose.*.yml; do
|
||||
DC_ARGS="-f $file "
|
||||
|
|
Reference in a new issue