Fixed up the tag naming for the --contains argument

This commit is contained in:
pyth0n1c
2021-08-04 11:15:04 -07:00
parent 915968ceea
commit f39b33047e
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
echo "Attempt 1"
git branch -a --contains ${{ steps.vars.outputs.branch }}
echo "Parsed branch name?"
BRANCH_NAME=`git branch -a --contains c4efa7f01125809377dd3b8099dd0442766327af | head -n1 | cut -d' ' -f2`
BRANCH_NAME=`git branch -a --contains ${{ steps.vars.outputs.branch }} | head -n1 | cut -d' ' -f2`
echo "The branch name is....$BRANCH_NAME"
# cd automated_detection_testing/ci/python_ci_code
# python3 -m venv --clear venv