Skip to content

Commit d54e0bf

Browse files
authored
ci: Update generated source code (#7)
Generated SDK source code using: - Generator version 3.12.0 - Specification version 0.0.26 - Automation (cloudant-sdks) version dec4dd4
1 parent a0f6e43 commit d54e0bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/setup_wiremock.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ev
44

55
printenv | grep "^WIREMOCK_" > wiremock.env
66

7-
docker run --rm -d -p "$WIREMOCK_PORT":8080 rodolpheche/wiremock:2.27.1
7+
docker run --rm -d -p "$WIREMOCK_PORT":8080 rodolpheche/wiremock:latest
88
timeout 120 bash -c 'while [[ "$(curl -s --location -o /dev/null -w ''%{http_code}'' ${WIREMOCK_URL}/__admin)" != "200" ]]; do sleep 2; done' || false
99
curl "$WIREMOCK_URL"/__admin/mappings/import -X POST -d @stubs/mappings.json
1010
echo "Wiremock started"

0 commit comments

Comments
 (0)