This commit is contained in:
parent
9d0ff76e9a
commit
96bfbdb682
@ -52,8 +52,8 @@ pipeline:
|
|||||||
#- ls -alh
|
#- ls -alh
|
||||||
#- ls -alh output/
|
#- ls -alh output/
|
||||||
#- ls -alh gluon/output/
|
#- ls -alh gluon/output/
|
||||||
- touch /${BRANCH}.test
|
- touch ${BRANCH}.test
|
||||||
- echo "hallo" > /${BRANCH}.test
|
- echo "hallo" > ${BRANCH}.test
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
@ -64,7 +64,7 @@ pipeline:
|
|||||||
from_secret: ssh-key
|
from_secret: ssh-key
|
||||||
strip_components: 6
|
strip_components: 6
|
||||||
target: /tmp
|
target: /tmp
|
||||||
source: /${BRANCH}.test
|
source: ${BRANCH}.test
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
TARGET:
|
TARGET:
|
||||||
|
Loading…
Reference in New Issue
Block a user