8 Star 16 Fork 10

Thoughtworks/gauge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
release.sh 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
BugDiver 提交于 2020-02-11 17:01 +08:00 . Fix release scripts.
if [ -z "$GITHUB_TOKEN" ]; then
echo "GITHUB_TOKEN is not set."
echo "Please create an personal access token with repo:public_repo scopes."
exit 1
fi
curl \
-X POST \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.ant-man-preview+json" \
-H "Content-Type: application/json" \
https://api.github.com/repos/getgauge/gauge/deployments \
--data '{"ref": "master", "required_contexts": [], "environment": "production"}'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/thoughtworks/gauge.git
git@gitee.com:thoughtworks/gauge.git
thoughtworks
gauge
gauge
master

搜索帮助