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 2b71c6b commit 099c44bCopy full SHA for 099c44b
base/executor.sh
@@ -8,7 +8,8 @@ pyenv shell $ETR_PYTHON_VERSION
8
DEV=${DEV:-false}
9
if [ $DEV = "true" ] ; then
10
ETR_BRANCH=${ETR_BRANCH:-master}
11
- ETR_INSTALL="git+https://github.com/eiffel-community/etos-test-runner.git@$ETR_BRANCH"
+ ETR_REPOSITORY=${ETR_REPOSITORY:-https://github.com/eiffel-community/etos-test-runner.git}
12
+ ETR_INSTALL="git+$ETR_REPOSITORY@$ETR_BRANCH"
13
else
14
ETR_INSTALL="etos_test_runner"
15
fi
0 commit comments