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: test1:
image: php:8-fpm-alpine image: php:8-fpm-alpine
commands: commands:
- export TEST="Hello world" - docker inspect php:8-fpm-alpine --format='{{.Created}}'
- echo $TEST - docker inspect vistanarvas/simple-laravel:dev-alpine --format='{{.Created}}'
- pwd
- ls -al
- touch test
test2:
image: php:8-fpm-alpine
commands:
- echo $TEST
- pwd
- ls -al
- touch test
# dev_alpine_build_and_publish: # dev_alpine_build_and_publish: