Skip to content

Commit

Permalink
Pull newest images in demo/complex tests
Browse files Browse the repository at this point in the history
(because of MariaDB changes)
  • Loading branch information
mederly committed Oct 15, 2018
1 parent 6171bc2 commit 874f387
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/complex/tests/main.bats
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ 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 up -d --build
docker-compose build --pull
docker-compose up -d
}

@test "020 Wait until components are started" {
Expand Down

0 comments on commit 874f387

Please sign in to comment.