We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813826f commit 0a2a4aeCopy full SHA for 0a2a4ae
ci/continuous-builder.sh
@@ -98,7 +98,7 @@ if [ -n "$HASHES" ]; then
98
# Allow overriding the ali-bot/alibuild version to install -- this is useful
99
# for testing changes to those with a few workers before deploying widely.
100
short_timeout python3 -m pip install --upgrade \
101
- "git+https://github.com/$(get_config_value install-alibot "$INSTALL_ALIBOT")[ci]" \
+ "ali-bot[ci] @ git+https://github.com/$(get_config_value install-alibot "$INSTALL_ALIBOT")" \
102
"git+https://github.com/$(get_config_value install-alibuild "$INSTALL_ALIBUILD")" ||
103
exit 1
104
0 commit comments