提交 4cd3be7f 编写于 作者: S Sharif Elgamal

make sure to continue despite failures

上级 fd1c73fa
......@@ -17,11 +17,11 @@
set -eux -o pipefail
echo "Installing latest version of gh"
sudo apt update
yes|sudo apt install software-properties-common
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0
sudo apt-add-repository https://cli.github.com/packages
yes|sudo apt install gh
sudo apt update || true
yes|sudo apt install software-properties-common || true
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0 || true
sudo apt-add-repository https://cli.github.com/packages || true
yes|sudo apt install gh || true
echo "Authorizing bot with gh"
echo "${access_token}" | gh auth login --with-token
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册