Sampling the pipeline for the build script
This commit is contained in:
parent
6ad30d3826
commit
7de41c8bfd
@ -4,6 +4,6 @@ include:
|
|||||||
build-ansible-image:
|
build-ansible-image:
|
||||||
extends: .builder
|
extends: .builder
|
||||||
script:
|
script:
|
||||||
- bash build-image.sh ansible
|
- sh build-image.sh ansible
|
||||||
|
|
||||||
|
|
||||||
|
@ -30,5 +30,5 @@ fi
|
|||||||
PROJECT_ROOT=`pwd`
|
PROJECT_ROOT=`pwd`
|
||||||
|
|
||||||
cd "$target"
|
cd "$target"
|
||||||
docker build . -t "$tag"
|
echo docker build . -t "$tag"
|
||||||
cd "$PROJECT_ROOT"
|
cd "$PROJECT_ROOT"
|
||||||
|
Loading…
Reference in New Issue
Block a user