Conversation
| fi | ||
|
|
||
| # Delete runbox | ||
| sudo rm -rf $RUNBOX |
There was a problem hiding this comment.
Travis fails with 'No permission to rm runbox'. Hence sudo.
There was a problem hiding this comment.
strange. how does it work for every other worker ?
There was a problem hiding this comment.
@championswimmer Here is the error. Perhaps it has something to do with the permissions granted from where we are pulling our docker image?
There was a problem hiding this comment.
Local tests and travis passing
| @@ -0,0 +1,7 @@ | |||
| FROM swiftdocker/swift:latest | |||
|
|
|||
There was a problem hiding this comment.
Used https://github.com/swiftdocker/docker-swift for the docker image.
|
|
||
| expected="Hello World" | ||
| actual="$(cat ${RUNBOX}/run.stdout)" | ||
| if [ "$expected" == "$actual" ] ;then |
There was a problem hiding this comment.
how is it coming out to be "Hello World" when according to your source code it should be "HelloWorld"
There was a problem hiding this comment.
@championswimmer fixed this, updated script.swift
|
@championswimmer any updates here? I guess this does resolve the issue, please have a look :) |

No description provided.