From 5269f7a9a39f84cfb2aa59b61d92ab0ffadc3463 Mon Sep 17 00:00:00 2001 From: ILoveYaToo Date: Sun, 12 Apr 2020 23:36:58 -0400 Subject: [PATCH] update gitlab-ci --- .semaphore/build | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 .semaphore/build diff --git a/.semaphore/build b/.semaphore/build deleted file mode 100755 index 82f1258..0000000 --- a/.semaphore/build +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash - -## Get Postal Version -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} . - -## Docker push -docker push alinuxninja/postal