Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 547c623

Browse files
authored
Merge branch 'BetterCorp:master' into master
2 parents 84127dd + 7ca237e commit 547c623

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

test/test-prod.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ if [ "${1}" = "stack" ]; then
1717
sleep 5s
1818
fi
1919

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

2324
sleep 1s
2425

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

test/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ if [ "${1}" = "stack" ]; then
1717
sleep 5s
1818
fi
1919

20-
docker pull traefik/whoami:v1.8.1
21-
docker pull traefik:2.8
20+
docker pull traefik/whoami:latest
21+
docker pull traefik:latest
2222

2323
sleep 1s
2424

0 commit comments

Comments
 (0)