Skip to content

Commit

Permalink
#4
Browse files Browse the repository at this point in the history
  • Loading branch information
nirinchev committed Feb 26, 2020
1 parent 27ad2c8 commit 3082ce9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ stage('Checkout') {

withRealmCloud("test_server-0ed2349a36352666402d0fb2e8763ac67731768c-race") { rc ->
test_runner_image.inside("--link ${rc.id}:rc") {
sh """
echo $RC_PORT_9080_TCP_ADDR:$RC_PORT_9080_TCP_PORT
"""
sh 'echo $RC_PORT_9080_TCP_ADDR:$RC_PORT_9080_TCP_PORT'
}
}
}
Expand Down

0 comments on commit 3082ce9

Please sign in to comment.