Skip to content

Commit

Permalink
Fix build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
masakura committed May 9, 2016
1 parent d1701a2 commit a84fac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -4,7 +4,7 @@ machine:

dependencies:
override:
- docker build -t graybullet/dockerbuildenv:`git rev-parse --short HEAD` .
- docker build -t graybullet/dockerbuildenv:`git rev-parse --short HEAD` --privileged=true .
- docker tag graybullet/dockerbuildenv:`git rev-parse --short HEAD` graybullet/dockerbuildenv

test:
Expand Down

0 comments on commit a84fac5

Please sign in to comment.