Skip to content

Commit

Permalink
fix minio start-up issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Van Bos committed Nov 22, 2017
1 parent 2361d34 commit cec9a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab-runner/gitlab-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ objects:
- /bin/sh
- '-c'
- >-
/bin/mkdir /export/bkt-gitlab-runner ; /go/bin/minio server /export
/bin/mkdir -p /export/bkt-gitlab-runner ; /usr/bin/minio server /export
resources:
limits:
cpu: 100m
Expand Down

0 comments on commit cec9a3f

Please sign in to comment.