From 35ff97c8472a12e4bb8bd16aa9f68359925c3d96 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 21 May 2023 13:12:12 +0200 Subject: [PATCH] fsd --- .woodpecker.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 18f8ca1..89c2c1c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -52,8 +52,9 @@ pipeline: #- ls -alh #- ls -alh output/ #- ls -alh gluon/output/ - - touch ${BRANCH}.test - - echo "hallo" > ${BRANCH}.test + - mkdir test + - touch test/${BRANCH}.test + - echo "hallo" > test/${BRANCH}.test upload: image: appleboy/drone-scp @@ -63,8 +64,8 @@ pipeline: key: from_secret: ssh-key strip_components: 6 - target: test/testdatei.testtest - source: ${BRANCH}.test + target: test/ + source: test/* matrix: TARGET: