We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b3338 commit a151081Copy full SHA for a151081
gitfile.sh
@@ -61,4 +61,5 @@ if [ ! -f "${YAML_FILE}" ]; then
61
fi
62
63
cd "$(dirname "${YAML_FILE}")"
64
+YAML_FILE="./$(echo ${YAML_FILE} | rev | cut -d "/" -f 1 | rev)"
65
parseYaml ${YAML_FILE} ${DEFAULT_GIT_CLONE_PATH}
0 commit comments