Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
and whitelist fnbk/drone-daemon as privileged
Browse files Browse the repository at this point in the history
  • Loading branch information
fnbk committed Jul 4, 2018
1 parent 6f09778 commit cf941f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions pipec/compile.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ var compileCommand = cli.Command{
"plugins/docker",
"plugins/gcr",
"plugins/ecr",
"fnbk/drone-daemon",
},
},
cli.StringFlag{
Expand Down
1 change: 1 addition & 0 deletions samples/sample_11/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"name": "pipeline_step_0",
"alias": "test",
"image": "fnbk/drone-daemon:latest",
"privileged": true,
"working_dir": "/go/src/github.com/fnbk/hello",
"environment": {
"CI": "drone",
Expand Down
2 changes: 1 addition & 1 deletion samples/sample_11/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ workspace:

pipeline:
test:
image: fnbk/drone-daemon
image: fnbk/drone-daemon

0 comments on commit cf941f0

Please sign in to comment.