just remove validation rn
All checks were successful
update neo with compose files / update (push) Successful in 6s
All checks were successful
update neo with compose files / update (push) Successful in 6s
This commit is contained in:
parent
360d18ff23
commit
3a87c42d9a
1 changed files with 0 additions and 18 deletions
18
.github/workflows/update-server.yml
vendored
18
.github/workflows/update-server.yml
vendored
|
@ -2,25 +2,7 @@ name: update neo with compose files
|
|||
run-name: update on ${{ github.sha }}
|
||||
on: [push]
|
||||
jobs:
|
||||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: install docker-compose
|
||||
run: |
|
||||
apt update -y
|
||||
apt install -y \
|
||||
docker-compose
|
||||
- name: check docker-compose
|
||||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
ls
|
||||
DC_ARGS=""
|
||||
for f in docker-compose.*.yml; do
|
||||
DC_ARGS="-f $f"
|
||||
done
|
||||
docker-compose $DC_ARGS config
|
||||
update:
|
||||
needs: [validate]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: setup ssh
|
||||
|
|
Reference in a new issue