Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
that flag fails on circle-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tarekziade committed Jun 23, 2017
1 parent 10d5a1b commit d30fcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
"$CIRCLE_BUILD_URL"
> version.json
- cp version.json $CIRCLE_ARTIFACTS
- cd docker; docker build --rm=false -t app:build .
- cd docker; docker build -t app:build .
- >
I="image-$(date +%j).tar"; mkdir -p ~/docker; rm ~/docker/*; docker save app:build > ~/docker/$I; ls -l ~/docker
test:
Expand Down

0 comments on commit d30fcf7

Please sign in to comment.