Compare commits

...

2 Commits
main ... dev

Author SHA1 Message Date
jhc
5c888cb1c4 Merge branch 'dev' of http://172.16.100.91:3000/chain/chain-dci into dev
All checks were successful
continuous-integration/drone/push Build is passing
2025-02-18 15:00:00 +08:00
d13ca6fe3e Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2024-12-12 13:18:09 +08:00

View File

@ -34,6 +34,7 @@ steps:
path: /go/pkg path: /go/pkg
commands: commands:
- cp DockerfileTest Dockerfile - cp DockerfileTest Dockerfile
- go mod tidy
- CGO_ENABLED=0 go build -ldflags "-s -w" -o chain-dci-server ./cmd - CGO_ENABLED=0 go build -ldflags "-s -w" -o chain-dci-server ./cmd
- name: publish - name: publish
image: testhub.szjixun.cn:9043/public/plugins/docker image: testhub.szjixun.cn:9043/public/plugins/docker