diff --git a/.woodpecker.yml b/.woodpecker.yml index b1203c2..ee3c47a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -4,6 +4,8 @@ pipeline: secrets: [ blarp ] commands: - echo hello - - echo $BLARP - - touch $BLARP + - echo "$BLARP" + - echo $BLARP > test + - wc -c test + - cat test - ls -la