Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 3f64492

Browse files
committed
🐛 switch to sh
1 parent 626c5f1 commit 3f64492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hooks/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22
# $IMAGE_NAME var is injected into the build so the tag is correct.
33

44
docker build --build-arg VCS_REF=`git rev-parse --short HEAD` \

hooks/post_push

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/sh
22

33
docker tag ${IMAGE_NAME} ${DOCKER_REPO}:${ANSIBLE_VERSION}
44
docker push $DOCKER_REPO:${ANSIBLE_VERSION}

0 commit comments

Comments
 (0)