From 96bfbdb682bf7f99bbcd264415969acedceb4905 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 21 May 2023 13:06:46 +0200 Subject: [PATCH] path --- .woodpecker.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4782853..b46c099 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -52,8 +52,8 @@ pipeline: #- ls -alh #- ls -alh output/ #- ls -alh gluon/output/ - - touch /${BRANCH}.test - - echo "hallo" > /${BRANCH}.test + - touch ${BRANCH}.test + - echo "hallo" > ${BRANCH}.test upload: image: appleboy/drone-scp @@ -64,7 +64,7 @@ pipeline: from_secret: ssh-key strip_components: 6 target: /tmp - source: /${BRANCH}.test + source: ${BRANCH}.test matrix: TARGET: