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
|
- name: check docker-compose
|
||||||
run: |
|
run: |
|
||||||
cd ${{ github.workspace }}
|
cd ${{ github.workspace }}
|
||||||
|
ls
|
||||||
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"
|
||||||
|
|
Reference in a new issue