Skip to content

Commit

Permalink
Merge pull request #825 from watson-developer-cloud/mdk/fix-linux-tests
Browse files Browse the repository at this point in the history
Fix SDK tests to build & run properly on Linux
  • Loading branch information
Mike Kistler authored May 18, 2018
2 parents f4050bf + 4e9a481 commit 6dd75d9
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 214 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM swiftdocker/swift:4.0
FROM swiftdocker/swift:4.1
ADD . /swift-sdk
WORKDIR /swift-sdk
RUN rm -rf /swift-sdk/.build/debug && swift package resolve && swift package clean
Expand Down
Loading

0 comments on commit 6dd75d9

Please sign in to comment.