Fix docker cloud build

pull/14/head
Filipe Santos 7 years ago
parent 507088ac03
commit 9b5b84c5a9
No known key found for this signature in database
GPG Key ID: 76BB130DA5573A4E

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