debug
This commit is contained in:
parent
f4cdff06a0
commit
8e1619bc18
@ -14,7 +14,10 @@ jobs:
|
|||||||
- name: run composer update to update composer.lock
|
- name: run composer update to update composer.lock
|
||||||
uses: https://github.com/addnab/docker-run-action@v3
|
uses: https://github.com/addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
run: composer update
|
run: |
|
||||||
|
ls
|
||||||
|
whereami
|
||||||
|
composer update
|
||||||
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
|
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:latest
|
||||||
# - name: commit changed files
|
# - name: commit changed files
|
||||||
# uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
# uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
|
||||||
|
Loading…
Reference in New Issue
Block a user