Skip to content

Commit

Permalink
Fix docker run command
Browse files Browse the repository at this point in the history
Signed-off-by: Koichi Shiraishi <zcheeee@gmail.com>
  • Loading branch information
zchee committed Aug 26, 2015
1 parent a451951 commit f578fbd
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 @@ -9,7 +9,7 @@ dependencies:

test:
override:
- docker run --rm intellij-idea:latest > idea.jar
- docker run intellij-idea:latest > idea.jar
- ls ./idea.jar

# deployment:
Expand Down

0 comments on commit f578fbd

Please sign in to comment.