mirror of
https://github.com/adferrand/docker-backuppc.git
synced 2023-11-05 04:40:26 +01:00
More wait, pass circus as PID 1
This commit is contained in:
parent
a68a8221d6
commit
80438c7508
@ -40,7 +40,7 @@ jobs:
|
||||
command: |
|
||||
mkdir -p ./bin
|
||||
curl -fsSL https://goss.rocks/install | GOSS_DST=./bin sh
|
||||
GOSS_PATH=./bin/goss GOSS_SLEEP=1 GOSS_FILES_PATH=./tests ./bin/dgoss run -e LETSENCRYPT_STAGING=true adferrand/backuppc
|
||||
GOSS_PATH=./bin/goss GOSS_SLEEP=2 GOSS_FILES_PATH=./tests ./bin/dgoss run -e LETSENCRYPT_STAGING=true adferrand/backuppc
|
||||
- run:
|
||||
name: Test container (integration tests)
|
||||
command: |
|
||||
|
@ -5,4 +5,4 @@ mkdir -p /var/circus
|
||||
touch /var/circus/endpoint /var/circus/pubsub /var/circus/stats
|
||||
|
||||
# Launch circus
|
||||
/usr/bin/circusd /etc/circus.ini
|
||||
exec /usr/bin/circusd /etc/circus.ini
|
||||
|
Loading…
Reference in New Issue
Block a user