Change top repo command to fix CI

This commit is contained in:
David Beniamine
2019-01-23 12:12:18 +01:00
parent 8554880297
commit cfc6000948

View File

@@ -1,6 +1,6 @@
#/bin/bash
REPO_TOP=$(git rev-parse --show-toplevel)
REPO_TOP="$(dirname $0)/.."
cd "${REPO_TOP}"
echo "Basic environment"