Explorar o código

Add DRONE_AGENTS_DISABLED=true to env

See https://github.com/drone/drone/blob/master/CHANGELOG.md\#150---2019-09-28
Dennis Rodewyk %!s(int64=5) %!d(string=hai) anos
pai
achega
9e82dc96f9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      data/services/droneci/droneci.sh

+ 1 - 0
data/services/droneci/droneci.sh

@@ -47,6 +47,7 @@ configure() {
 	DRONE_USER_CREATE=username:${GOGS_USER},admin:true
 	DRONE_DATABASE_SECRET=$(tr -dc 'a-zA-Z0-9' < /dev/urandom | head -c 32)
 	SERVICE_DOMAIN=${SERVICE_DOMAIN}
+	DRONE_AGENTS_DISABLED=true
 	EOF
 
 	post_configure_routine