File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,10 @@ context="continuous-integration/${contextHostname}"
118
118
# Interactions with github
119
119
if [ " ${PHYEXREPOprotocol} " == ' ssh' ]; then
120
120
PHYEXREPOgiturl=
" [email protected] :${PHYEXREPOuser} /${PHYEXREPOrepo} .git"
121
+ INSTALLopt=' --ssh'
121
122
else
122
123
PHYEXREPOgiturl=" https://github.com/${PHYEXREPOuser} /${PHYEXREPOrepo} .git"
124
+ INSTALLopt=' '
123
125
fi
124
126
TOKEN=$( python3 -c " import netrc, socket; print(netrc.netrc().authenticators('github.com')[2])" )
125
127
@@ -277,7 +279,7 @@ if [ ${force} -eq 1 -o $(get_statuses "${SHA}" | grep -w "${context}" | wc -l) -
277
279
fi
278
280
fi
279
281
log 1 " Installing/updating PHYEX"
280
- ${WORKDIR} /PHYEX/tools/INSTALL.sh --ALL
282
+ ${WORKDIR} /PHYEX/tools/INSTALL.sh --ALL $INSTALLopt
281
283
fi
282
284
. " ${WORKDIR} /PHYEX/tools/env.sh"
283
285
You can’t perform that action at this time.
0 commit comments