path
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Stefan Hoffmann 2023-05-21 13:06:46 +02:00
parent 9d0ff76e9a
commit 96bfbdb682
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -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: