add scripts
This commit is contained in:
@@ -12,4 +12,10 @@ RUNNER_SERVICE_NAME: "{{ RUNNER_NAME }}.service"
|
||||
RUNNER_DOWNLOAD_DIR: /tmp
|
||||
RUNNER_LABELS:
|
||||
- REPLACE_ME
|
||||
RUNNER_REDEPLOY: false
|
||||
RUNNER_REDEPLOY: false
|
||||
RUNNER_SCRIPT_DIR: "{{ RUNNER_DIR }}/scripts"
|
||||
RUNNER_DEFAULT_SCRIPTS:
|
||||
- name: askpass_helper.sh
|
||||
content: |
|
||||
#!/bin/bash
|
||||
echo $GIT_TOKEN
|
||||
Reference in New Issue
Block a user