Skip to content

Commit

Permalink
Update test-prod.sh
Browse files Browse the repository at this point in the history
Updated testing to be latest traefik version....   
todo: Should test against multiple, and allow a specific version to be defined.
  • Loading branch information
mrinc committed Jul 7, 2023
1 parent 51a316e commit 83a8313
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/test-prod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ if [ "${1}" = "stack" ]; then
sleep 5s
fi

docker pull traefik/whoami:v1.8.1
docker pull traefik:2.8
# TODO: this should pull a version from a variable allowing for specific versions to be tested against over time...
docker pull traefik/whoami:latest
docker pull traefik:latest

sleep 1s

Expand Down Expand Up @@ -99,4 +100,4 @@ bash ./test-verify.sh yml $TEST_IP
if [ ! "${1}" = "stack" ]; then
rm docker-compose.yml
mv docker-compose.yml.bak docker-compose.yml
fi
fi

0 comments on commit 83a8313

Please sign in to comment.