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