Skip to content
This repository was archived by the owner on Jul 17, 2018. It is now read-only.

Commit c1352bb

Browse files
authored
Merge pull request #111 from FINkit/nexus-task
Correct spaceing in nexus test task
2 parents 3c4d775 + 05abfe9 commit c1352bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/tasks/test-nexus-curl.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ run:
2121
ssh -o StrictHostKeyChecking=no -fNnL "8081:$ip:8081" -i "$JUMPBOX_PRIVATE_KEY" "$JUMPBOX_USER@$JUMPBOX_HOST"
2222
trap "pkill ssh" EXIT
2323
sleep 10
24-
curl -S --retry-max-time 300 --retry-delay 1 --retry 300 http://localhost:8081/
24+
curl -S --retry-max-time 300 --retry-delay 1 --retry 300 http://localhost:8081/
2525
popd
26-

0 commit comments

Comments
 (0)