Commit e350f98f authored by nanahira's avatar nanahira

bump

parent 6ef7d02f
Pipeline #9434 passed with stages
in 6 minutes and 7 seconds
......@@ -10,6 +10,7 @@ variables:
CONTAINER_TEST_ARM_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-arm
CONTAINER_TEST_X86_IMAGE: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-x86
CONTAINER_RELEASE_IMAGE: $CI_REGISTRY_IMAGE:latest
GO_CQHTTP_VERSION: v1.0.0-rc1
.dockertask:
before_script:
......@@ -23,9 +24,9 @@ fetch_source:
tags:
- linux
script:
- git clone --depth=1 -b v1.0.0-beta8-fix2 https://github.com/Mrs4s/go-cqhttp
- git clone --depth=1 -b $GO_CQHTTP_VERSION https://github.com/Mrs4s/go-cqhttp
- rm -rf go-cqhttp/.git*
- echo 'CMD [ "faststart" ]' >> go-cqhttp/Dockerfile
- echo 'CMD [ "-faststart" ]' >> go-cqhttp/Dockerfile
artifacts:
paths:
- ./go-cqhttp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment