Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix demo/complex tests
Sometimes we are trying to pull an image that is not pushed yet.
mederly committed Nov 12, 2018
1 parent e042f31 commit 9e80ecd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/complex/tests/main.bats
@@ -14,7 +14,9 @@ load ../../../library
# We want to fail cleanly if there's any interference
docker ps
! (docker ps | grep -E "shibboleth_(idp|directory)_1|(complex|simple|shibboleth|postgresql)_(midpoint_server|midpoint_data)_1")
docker-compose build --pull
docker-compose build --pull grouper_daemon grouper_ui grouper_data directory sources targets midpoint_data idp mq
# Sometimes the tier/midpoint:xyz is not yet in the repository, causing issues with --pull
docker-compose build midpoint_server
docker-compose up -d
}

0 comments on commit 9e80ecd

Please sign in to comment.