Merge branch 'docs_label' of kosmos/gitea.kosmos.org into master

This commit is contained in:
Râu Cao 2019-08-12 11:38:11 +00:00 committed by Gitea
commit 2f02ddb79d
3 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#db231d bug ; Something is not working #db231d bug ; Something is not working
#ead746 docs ; Documentation
#76db1d enhancement ; Improving existing functionality #76db1d enhancement ; Improving existing functionality
#1d76db feature ; New functionality #1d76db feature ; New functionality
#db1d76 idea ; Something to consider #db1d76 idea ; Something to consider

View File

@ -20,7 +20,7 @@ spec:
# This is a busybox image with our gitea customizations saved to # This is a busybox image with our gitea customizations saved to
# /custom, built using ./script/build_customizations_image from the # /custom, built using ./script/build_customizations_image from the
# root of the repo # root of the repo
image: eu.gcr.io/fluted-magpie-218106/gitea_custom:0.1 image: eu.gcr.io/fluted-magpie-218106/gitea_custom:0.1.2
command: [ command: [
'sh', '-c', 'sh', '-c',
'mkdir -p /data/gitea/conf && mkdir -p /data/gitea/https && cp /root/conf/app.ini /data/gitea/conf/app.ini && chown 1000:1000 /data/gitea/conf/app.ini && chmod 660 /data/gitea/conf/app.ini && cp /root/conf/*.pem /data/gitea/https && chmod 600 /data/gitea/https/*.pem && cp -R /custom/* /data/gitea && chown -R 1000:1000 /data/gitea' 'mkdir -p /data/gitea/conf && mkdir -p /data/gitea/https && cp /root/conf/app.ini /data/gitea/conf/app.ini && chown 1000:1000 /data/gitea/conf/app.ini && chmod 660 /data/gitea/conf/app.ini && cp /root/conf/*.pem /data/gitea/https && chmod 600 /data/gitea/https/*.pem && cp -R /custom/* /data/gitea && chown -R 1000:1000 /data/gitea'

View File

@ -21,7 +21,7 @@
{ {
"type": "docker-tag", "type": "docker-tag",
"repository": "eu.gcr.io/fluted-magpie-218106/gitea_custom", "repository": "eu.gcr.io/fluted-magpie-218106/gitea_custom",
"tag": "0.1" "tag": "0.1.2"
}, },
"docker-push" "docker-push"
] ]