We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12dcfa3 commit 244f858Copy full SHA for 244f858
package/ci/EL9/python3-entrypoint.sh
@@ -27,7 +27,7 @@ git clone -b ${DE_BRANCH} https://github.com/HEPCloud/decisionengine.git
27
28
# checkout GlideinWMS for python3
29
rm -rf glideinwms
30
-git clone -b branch_v3_9 https://github.com/glideinWMS/glideinwms.git
+git clone -b master https://github.com/glideinWMS/glideinwms.git
31
32
# Install dependencies for GlideinWMS
33
python3 -m pip install --upgrade pip
0 commit comments