Skip to content
代码片段 群组 项目
未验证 提交 182f0419 编辑于 作者: 毛超's avatar 毛超
浏览文件

Fix sync

上级 2a430645
No related branches found
No related tags found
无相关合并请求
流水线 #2857674 已通过
......@@ -54,8 +54,8 @@ default:
cp ../fake-database.yml config/database.yml
cp ../fake-gitlab.yml config/gitlab.yml
git reset . # do not commit other changes
bundle exec rake jh:gitlab:graphql:compile_docs
git add jh/doc/api/graphql/reference/index.md
bundle exec rake jh:gitlab:graphql:compile_docs || true
git add jh/doc/api/graphql/reference/index.md || true
git commit -am 'Update JH GraphQL Doc' || true
fi
- git push origin "${MERGE_INTO}"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册