Fix leak
This commit is contained in:
parent
4761e98019
commit
ca054dc0bb
@ -23,6 +23,8 @@ jobs:
|
|||||||
key: ${{ secrets.SSH_KEY_DEPLOY_TO_FIGHTER }}
|
key: ${{ secrets.SSH_KEY_DEPLOY_TO_FIGHTER }}
|
||||||
script: |
|
script: |
|
||||||
for stack in /home/$USER/homelab/fighter/config/*
|
for stack in /home/$USER/homelab/fighter/config/*
|
||||||
do cd $stack && docker compose config
|
do cd $stack &&
|
||||||
|
echo "===== Validating $(basename $PWD) =====" &&
|
||||||
|
docker compose config > /dev/null
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user