From faafcb7c7240604197e9ec8a2e9b9100aaa0ef5a Mon Sep 17 00:00:00 2001 From: ALinuxninja Date: Mon, 11 Sep 2017 23:12:26 -0400 Subject: [PATCH] move to semaphore --- .semaphore/build | 1 + 1 file changed, 1 insertion(+) diff --git a/.semaphore/build b/.semaphore/build index 6e5458a..82f1258 100755 --- a/.semaphore/build +++ b/.semaphore/build @@ -4,6 +4,7 @@ git clone https://github.com/atech/postal src cd src POSTAL_VER=$(git rev-parse --short HEAD) +cd .. ## Build Dockerfile docker build --build-arg POSTAL_VER=${POSTAL_VER} -t alinuxninja/postal:latest -t alinuxninja/postal:${POSTAL_VER} .