Browse Source

Add DRONE_AGENTS_DISABLED=true to env

See https://github.com/drone/drone/blob/master/CHANGELOG.md\#150---2019-09-28
Dennis Rodewyk 5 years ago
parent
commit
9e82dc96f9
1 changed files with 1 additions and 0 deletions
  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