Enable jsonnet
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-12 00:29:32 +02:00
parent 2af00fc349
commit 30fb5034e7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
DRONE_GITEA_CLIENT_SECRET: "{{ gitea_client_secret }}"
DRONE_GITEA_SERVER: "{{ gitea_domain }}"
DRONE_GIT_ALWAYS_AUTH: "true"
DRONE_JSONNET_ENABLED: "{{ drone_jsonnet_enabled }}"
DRONE_RPC_SECRET: "{{ rpc_secret }}"
DRONE_SERVER_HOST: "{{ drone_domain }}"
DRONE_SERVER_PORT: ":{{ drone_port }}"

View File

@ -1,6 +1,7 @@
---
autonomic_admin_mail: "helo@autonomic.zone"
drone_domain: "drone.autonomic.zone"
drone_jsonnet_enabled: "true"
drone_port: "8042"
drone_user_filter: "autonomic-cooperative"
gitea_domain: "https://git.autonomic.zone"