Skip to content

Commit

Permalink
Fixup pipeline after verifying docker commands work
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-malik committed Sep 20, 2017
1 parent ce670cd commit fb7fa5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/plank-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ steps:
queue: pinboard
- wait: ~
- name: "Build :iphone: :airplane:"
command: "swift build -v -Xswiftc -static-stdlib"
command: "swift build"
timeout_in_minutes: 30
agents:
queue: pinboard
Expand All @@ -29,7 +29,7 @@ steps:
run: app
config: docker-compose.yml
- name: "Integration Test :iphone: :airplane:"
command: "./Utility/integration-test.sh"
command: "swift build && ./Utility/integration-test.sh"
timeout_in_minutes: 30
agents:
queue: pinboard
Expand Down

0 comments on commit fb7fa5d

Please sign in to comment.