6 changed files with 87 additions and 5 deletions
@ -0,0 +1,11 @@
|
||||
#db231d bug ; Something is not working |
||||
#76db1d enhancement ; Improving existing functionality |
||||
#1d76db feature ; New functionality |
||||
#db1d76 idea ; Something to consider |
||||
#db1d76 question ; Looking for an answer |
||||
#fbca04 security ; All your base are belong to us |
||||
#1dd5db ui/ux ; User interface, process design, etc. |
||||
#333333 dev environment ; Config, builds, CI, deployment, etc. |
||||
#cccccc duplicate ; This issue or pull request already exists |
||||
#cccccc invalid ; Not a bug |
||||
#cccccc wontfix ; This won't be fixed |
@ -0,0 +1,14 @@
|
||||
#db231d bug ; Something is not working |
||||
#76db1d enhancement ; Improving existing functionality |
||||
#1d76db feature ; New functionality |
||||
#db1d76 idea ; Something to consider |
||||
#db1d76 question ; Looking for an answer |
||||
#fbca04 security ; All your base are belong to us |
||||
#1dd5db ui/ux ; User interface, process design, etc. |
||||
#333333 dev environment ; Config, builds, CI, deployment, etc. |
||||
#008080 kredits-1 ; Small contribution |
||||
#008080 kredits-2 ; Medium contribution |
||||
#008080 kredits-3 ; Large contribution |
||||
#cccccc duplicate ; This issue or pull request already exists |
||||
#cccccc invalid ; Not a bug |
||||
#cccccc wontfix ; This won't be fixed |
@ -0,0 +1,29 @@
|
||||
{ |
||||
"builders": [{ |
||||
"type": "docker", |
||||
"image": "busybox", |
||||
"run_command": ["-d", "-i", "-t", "{{.Image}}", "/bin/sh"], |
||||
"commit": true |
||||
}], |
||||
"provisioners": [ |
||||
{ |
||||
"inline": ["mkdir /custom"], |
||||
"type": "shell" |
||||
}, |
||||
{ |
||||
"type": "file", |
||||
"source": "../custom/", |
||||
"destination": "/custom" |
||||
} |
||||
], |
||||
"post-processors": [ |
||||
[ |
||||
{ |
||||
"type": "docker-tag", |
||||
"repository": "eu.gcr.io/fluted-magpie-218106/gitea_custom", |
||||
"tag": "0.1" |
||||
}, |
||||
"docker-push" |
||||
] |
||||
] |
||||
} |
Loading…
Reference in new issue