Fix references

This commit is contained in:
Lars Gohr
2019-02-24 20:34:25 +01:00
parent c39f76cc7c
commit 9c03c55e57

View File

@@ -1,7 +1,6 @@
#!/bin/sh -l
echo ${GITHUB_REF}
BRANCH=$(${GITHUB_REF} | sed -e "s/refs\/heads\///g")
BRANCH=$(echo ${GITHUB_REF} | sed -e "s/refs\/heads\///g")
echo ${BRANCH}
if [ "${BRANCH}" = "master" ]; then