Commit d612994a authored by nanahira's avatar nanahira

remove entrypoint

parent 3f86ce30
Pipeline #21169 passed with stages
in 1 minute and 53 seconds
...@@ -17,6 +17,7 @@ fetch_source: ...@@ -17,6 +17,7 @@ fetch_source:
script: script:
- git clone --depth=1 -b $GO_CQHTTP_VERSION 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* - rm -rf go-cqhttp/.git*
- sed -i '/ENTRYPOINT/d' go-cqhttp/Dockerfile
- echo 'CMD [ "-faststart" ]' >> go-cqhttp/Dockerfile - echo 'CMD [ "-faststart" ]' >> go-cqhttp/Dockerfile
artifacts: artifacts:
paths: paths:
......
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