This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user