Merge branch 'develop' of https://git.pogorockgames.com/mango-games/server/game into develop
This commit is contained in:
commit
6a74821662
|
@ -27,7 +27,7 @@ build-job:
|
||||||
# 拉取代码
|
# 拉取代码
|
||||||
- echo "拉取代码"
|
- echo "拉取代码"
|
||||||
- git checkout $CI_COMMIT_REF_NAME
|
- git checkout $CI_COMMIT_REF_NAME
|
||||||
- git pull origin $CI_COMMIT_REF_NAME
|
- git fetch origin && git reset --hard origin/$CI_COMMIT_REF_NAME
|
||||||
|
|
||||||
# 替换 go.mod 中的 ../goserver
|
# 替换 go.mod 中的 ../goserver
|
||||||
- echo "替换 go.mod 中的 ../goserver"
|
- echo "替换 go.mod 中的 ../goserver"
|
||||||
|
|
Loading…
Reference in New Issue