commands test
All checks were successful
ci/woodpecker/push/build_alpine Pipeline was successful

This commit is contained in:
Ruben Momoa
2024-08-22 14:22:33 +02:00
parent d6f7aa5824
commit d5f712e8ff

View File

@@ -10,16 +10,16 @@ steps:
commands:
- export TEST="Hello world"
- echo $TEST
- echo ${TEST}
- echo $$TEST
- echo $${TEST}
- pwd
- ls -al
- touch test
test2:
image: php:8-fpm-alpine
commands:
- echo $TEST
- echo ${TEST}
- echo $$TEST
- echo $${TEST}
- pwd
- ls -al
- touch test
# dev_alpine_build_and_publish: