Skip to content

Commit

Permalink
Fix buildkite build/push steps order
Browse files Browse the repository at this point in the history
  • Loading branch information
worxli committed Nov 30, 2018
1 parent f7a1e59 commit 2ddf5c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .buildkite/steps/build_all.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
- label: Build perapp images
- label: Build and push perapp images
command:
- docker pull $SCION_IMG
- mkdir docker/_build && touch docker/_build/scion.stamp
- make -C docker/perapp apps
- wait
- label: Push perapp images
command:
- $BASE/all_images push
- wait

0 comments on commit 2ddf5c4

Please sign in to comment.