just testing atp
This commit is contained in:
parent
17363e14f1
commit
360d18ff23
1 changed files with 1 additions and 0 deletions
1
.github/workflows/update-server.yml
vendored
1
.github/workflows/update-server.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
- name: check docker-compose
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
ls
|
||||
DC_ARGS=""
|
||||
for f in docker-compose.*.yml; do
|
||||
DC_ARGS="-f $f"
|
||||
|
|
Reference in a new issue