aboutsummaryrefslogtreecommitdiff
path: root/acid.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'acid.yaml.example')
-rw-r--r--acid.yaml.example6
1 files changed, 3 insertions, 3 deletions
diff --git a/acid.yaml.example b/acid.yaml.example
index a80cc4c..b34abf0 100644
--- a/acid.yaml.example
+++ b/acid.yaml.example
@@ -44,9 +44,9 @@ runners:
setup: |
set -ex
sudo pacman -Syu --noconfirm git
- git clone --recursive '{{.CloneURL}}' '{{.Repo}}'
- cd '{{.Repo}}'
- git -c advice.detachedHead=false checkout '{{.Hash}}'
+ git clone --recursive {{quote .CloneURL}} {{quote .Repo}}
+ cd {{quote .Repo}}
+ git -c advice.detachedHead=false checkout {{quote .Hash}}
# Configuration for individual Gitea repositories.
projects: