remove env; not for exec runner
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
1d9bb863d0
commit
215db93cd7
@ -47,10 +47,6 @@ kind: pipeline
|
||||
type: exec
|
||||
name: check_docker
|
||||
|
||||
environment:
|
||||
BUILD_PREFIX : gitea.thezengarden.net/podman/images
|
||||
BUILD_NAME : ansible-dev
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
exclude:
|
||||
@ -70,7 +66,6 @@ steps:
|
||||
- pwd
|
||||
- tree
|
||||
- cat requirements.yml
|
||||
- echo "$BUILD_PREFIX/$BUILD_NAME"
|
||||
|
||||
- name: docker_info
|
||||
commands:
|
||||
@ -89,6 +84,5 @@ steps:
|
||||
BUILD_PREFIX : gitea.thezengarden.net/podman/images
|
||||
BUILD_NAME : ansible-dev
|
||||
commands:
|
||||
- echo "$BUILD_PREFIX/$BUILD_NAME"
|
||||
- echo "docker build -t $BUILD_PREFIX/$BUILD_NAME:$CI_BUILD_NUMBER ."
|
||||
- docker build -t $BUILD_PREFIX/$BUILD_NAME:$CI_BUILD_NUMBER .
|
||||
|
Loading…
x
Reference in New Issue
Block a user