Merge pull request #14 from horjulf/develop

Fix docker cloud build
pull/15/head
James 7 years ago committed by GitHub
commit 6688b0a283
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,6 +40,3 @@ dist/
# Systemd
systemd
# Docker files
docker

@ -1,3 +1,6 @@
#!/bin/bash
# Docker cloud bug ?, working directory is not set acording to the config
cd ..
docker build --build-arg BRANCH=${SOURCE_BRANCH} --build-arg COMMIT=${SOURCE_COMMIT} -f ${DOCKERFILE_PATH} -t ${IMAGE_NAME} .

Loading…
Cancel
Save