1
0
Fork 0

try a different shebang

This commit is contained in:
ssube 2019-09-21 05:22:40 -05:00 committed by Sean Sube
parent 38cf602a11
commit 5fd8c6049a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh
IMAGE_PUSH="${1:---skip}"
IMAGE_TAG="${CI_PROJECT_PATH}:${CI_COMMIT_TAG:-${CI_COMMIT_REF_SLUG}}"