Skip to content
Snippets Groups Projects
Commit 1c77a7a4 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Updates tests

parent 09acbdac
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -eux
image=$1
BACKUP_DESTINATION=`cat /data/BACKUP_DESTINATION`
/data/indiehosters/tests/clean-image.sh $image
ssh core@backup.dev "rm -rf $image.test"
ssh $BACKUP_DESTINATION "rm -rf $image.test"
#!/bin/bash -eux
systemctl list-units | grep failed
systemctl list-units | grep -c failed | grep 0
applications=( static static-git wordpress known)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment