Sampling the pipeline for the build script

This commit is contained in:
shockrah 2023-01-16 19:12:04 -08:00
parent 6ad30d3826
commit 7de41c8bfd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"