commands test
Some checks failed
ci/woodpecker/push/build_alpine Pipeline failed

This commit is contained in:
Ruben Momoa
2024-08-22 14:23:39 +02:00
parent d5f712e8ff
commit f4014cf466

View File

@@ -8,18 +8,8 @@ steps:
test1:
image: php:8-fpm-alpine
commands:
- export TEST="Hello world"
- echo $TEST
- pwd
- ls -al
- touch test
test2:
image: php:8-fpm-alpine
commands:
- echo $TEST
- pwd
- ls -al
- touch test
- docker inspect php:8-fpm-alpine --format='{{.Created}}'
- docker inspect vistanarvas/simple-laravel:dev-alpine --format='{{.Created}}'
# dev_alpine_build_and_publish: