forked from Conjure-Tools/unity-runner
updated path to docker file to be relative.
This commit is contained in:
parent
c50e8fecc2
commit
3d889dda22
@ -60,7 +60,7 @@ docker build \
|
|||||||
--build-arg BASE_IMAGE=${BASE_IMAGE} \
|
--build-arg BASE_IMAGE=${BASE_IMAGE} \
|
||||||
-t ${IMAGE_NAME}:${TAG} \
|
-t ${IMAGE_NAME}:${TAG} \
|
||||||
${DOCKER_BUILD_ARGS} \
|
${DOCKER_BUILD_ARGS} \
|
||||||
Dockerfiles/Runner.Dockerfile
|
./Dockerfiles/Runner.Dockerfile
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo "Error: Docker build failed."
|
echo "Error: Docker build failed."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user