fix windows build

This commit is contained in:
Matthias
2019-11-11 10:36:38 +01:00
parent e51a720193
commit d1729a624d
4 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/sh
# Replace / with _ to create a valid tag
TAG=$(echo "${GITHUB_REF}" | sed -e "s/\//_/g")
TAG=$(echo "${BRANCH_NAME}" | sed -e "s/\//_/g")
echo "Running for ${TAG}"
# Add commit and commit_message to docker container