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 fb7da3c commit 9bb8856Copy full SHA for 9bb8856
script/jenkins/petals_regression_test/run_integ_test.sh
@@ -5,7 +5,7 @@ mamba env update -n climada_env -f ~/jobs/petals_install_env/workspace/requireme
5
source activate climada_env
6
7
REGTESTENV=~/jobs/petals_compatibility/petals_env
8
-BRANCH=`git name-rev --name-only HEAD | cut -f 3- -d /`
+BRANCH=`git branch -r | grep PR | cut -f 2 -d /`
9
PETALS_DIR=`test -e $REGTESTENV/$BRANCH && cat $REGTESTENV/$BRANCH || echo ~/jobs/petals_branches/branches/develop/workspace`
10
11
python -m venv --system-site-packages tvenv
0 commit comments