From 94e5fc783ebf1ddeee84ed1c4f5c70ad29ad284f Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Mon, 8 Apr 2024 18:13:27 +0200 Subject: [PATCH] testing git diff --- .drone.yml | 4 ++++ apps/drone/live-runner.hcl | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 75d49a3..9622fbe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,10 @@ environment: TARGET_HOST: "test.chaos" steps: +- name: git log + image: git + commands: + - git diff-tree --no-commit-id --name-only HEAD -r - name: test image: alpine commands: diff --git a/apps/drone/live-runner.hcl b/apps/drone/live-runner.hcl index b2a5eb5..aa73f72 100644 --- a/apps/drone/live-runner.hcl +++ b/apps/drone/live-runner.hcl @@ -31,7 +31,7 @@ job "drone-runner" { config { image = "docker.io/drone/drone-runner-docker:latest" - force_pull = true + force_pull = false ports = ["http"] privileged = true volumes = [ @@ -48,8 +48,8 @@ job "drone-runner" { DRONE_RPC_HOST = "drone.service.nr5" DRONE_RPC_PROTO = "http" DRONE_RUNNER_CAPACITY = 1 - DRONE_LOGS_DEBUG = true - DRONE_LOGS_TRACE = true + DRONE_LOGS_DEBUG = false + DRONE_LOGS_TRACE = false DOCKER_BUILDKIT = 1 }