File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : Check out the repo
3030 uses : actions/checkout@v3
3131
32+ # build chat
33+ - name : Build chat
34+ run : |
35+ sudo make build
36+ cd scripts
37+ sudo ./build_all_service.sh
38+
3239# docker.io/openim/openim-server:latest
3340 - name : Log in to Docker Hub
3441 uses : docker/login-action@v2
Original file line number Diff line number Diff line change @@ -315,18 +315,18 @@ milestones:
315315 # Default: '{{ .Tag }}'
316316 name_template : " Current Release"
317317
318- publishers :
319- - name : " fury.io"
320- ids :
321- - packages
322- dir : " {{ dir .ArtifactPath }}"
323- cmd : |
324- bash -c '
325- if [[ "{{ .Tag }}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
326- curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/{{ .Env.USERNAME }}/
327- else
328- echo "Skipping deployment: Non-production release detected"
329- fi'
318+ # publishers:
319+ # - name: "fury.io"
320+ # ids:
321+ # - packages
322+ # dir: "{{ dir .ArtifactPath }}"
323+ # cmd: |
324+ # bash -c '
325+ # if [[ "{{ .Tag }}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
326+ # curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/{{ .Env.USERNAME }}/
327+ # else
328+ # echo "Skipping deployment: Non-production release detected"
329+ # fi'
330330
331331checksum :
332332 name_template : " {{ .ProjectName }}_checksums.txt"
You can’t perform that action at this time.
0 commit comments