|
|
@ -19,11 +19,9 @@ steps:
|
|
|
|
- (curl -sL https://deb.nodesource.com/setup_14.x | bash -)
|
|
|
|
- (curl -sL https://deb.nodesource.com/setup_14.x | bash -)
|
|
|
|
- apt install nodejs
|
|
|
|
- apt install nodejs
|
|
|
|
- curl -sL https://git.io/goreleaser | bash
|
|
|
|
- curl -sL https://git.io/goreleaser | bash
|
|
|
|
when:
|
|
|
|
|
|
|
|
event: tag
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
trigger:
|
|
|
|
branch:
|
|
|
|
event:
|
|
|
|
- main
|
|
|
|
- tag
|
|
|
|
---
|
|
|
|
---
|
|
|
|
name: docker-buildx
|
|
|
|
name: docker-buildx
|
|
|
|
kind: pipeline
|
|
|
|
kind: pipeline
|
|
|
@ -48,11 +46,9 @@ steps:
|
|
|
|
command_timeout: 50m
|
|
|
|
command_timeout: 50m
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- /mnt/buildx/jfa-go/build.sh stable
|
|
|
|
- /mnt/buildx/jfa-go/build.sh stable
|
|
|
|
when:
|
|
|
|
|
|
|
|
event: tag
|
|
|
|
|
|
|
|
trigger:
|
|
|
|
trigger:
|
|
|
|
branch:
|
|
|
|
event:
|
|
|
|
- main
|
|
|
|
- tag
|
|
|
|
volumes:
|
|
|
|
volumes:
|
|
|
|
- name: ssh_key
|
|
|
|
- name: ssh_key
|
|
|
|
host:
|
|
|
|
host:
|
|
|
|