Skip to content

Commit 244f858

Browse files
committed
GlideinWMS production branch is master
1 parent 12dcfa3 commit 244f858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/ci/EL9/python3-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ git clone -b ${DE_BRANCH} https://github.com/HEPCloud/decisionengine.git
2727

2828
# checkout GlideinWMS for python3
2929
rm -rf glideinwms
30-
git clone -b branch_v3_9 https://github.com/glideinWMS/glideinwms.git
30+
git clone -b master https://github.com/glideinWMS/glideinwms.git
3131

3232
# Install dependencies for GlideinWMS
3333
python3 -m pip install --upgrade pip

0 commit comments

Comments
 (0)