Skip to content

Commit

Permalink
Merge pull request #17 from CircleCI-Public/fix-dockerize-timeout
Browse files Browse the repository at this point in the history
Fix dockerize timeout when Gate pod root endpoint is authenticated
  • Loading branch information
lokst committed Jan 7, 2020
2 parents 1481ca5 + a1a8454 commit 74ffc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/set-up-port-forwarding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ steps:
fi
dockerize -timeout 60s \
-wait ${DECK_PROTOCOL}://localhost:${DECK_TARGET_PORT} \
-wait ${GATE_PROTOCOL}://localhost:${GATE_TARGET_PORT}
-wait ${GATE_PROTOCOL}://localhost:${GATE_TARGET_PORT}/health

0 comments on commit 74ffc8e

Please sign in to comment.