Change top repo command to fix CI
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
|
|
||||||
REPO_TOP=$(git rev-parse --show-toplevel)
|
REPO_TOP="$(dirname $0)/.."
|
||||||
cd "${REPO_TOP}"
|
cd "${REPO_TOP}"
|
||||||
|
|
||||||
echo "Basic environment"
|
echo "Basic environment"
|
||||||
|
|||||||
Reference in New Issue
Block a user