|
|
@ -388,6 +388,13 @@ steps:
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- git fetch --tags --force
|
|
|
|
- git fetch --tags --force
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
|
|
|
pull: always
|
|
|
|
|
|
|
|
image: node:10 # this step is kept at the lowest version of node that we support
|
|
|
|
|
|
|
|
commands:
|
|
|
|
|
|
|
|
- make css
|
|
|
|
|
|
|
|
- make js
|
|
|
|
|
|
|
|
|
|
|
|
- name: static
|
|
|
|
- name: static
|
|
|
|
pull: always
|
|
|
|
pull: always
|
|
|
|
image: techknowlogick/xgo:latest
|
|
|
|
image: techknowlogick/xgo:latest
|
|
|
@ -489,6 +496,13 @@ steps:
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- git fetch --tags --force
|
|
|
|
- git fetch --tags --force
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: build
|
|
|
|
|
|
|
|
pull: always
|
|
|
|
|
|
|
|
image: node:10 # this step is kept at the lowest version of node that we support
|
|
|
|
|
|
|
|
commands:
|
|
|
|
|
|
|
|
- make css
|
|
|
|
|
|
|
|
- make js
|
|
|
|
|
|
|
|
|
|
|
|
- name: static
|
|
|
|
- name: static
|
|
|
|
pull: always
|
|
|
|
pull: always
|
|
|
|
image: techknowlogick/xgo:latest
|
|
|
|
image: techknowlogick/xgo:latest
|
|
|
@ -647,8 +661,6 @@ steps:
|
|
|
|
exclude:
|
|
|
|
exclude:
|
|
|
|
- pull_request
|
|
|
|
- pull_request
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
|
kind: pipeline
|
|
|
|
kind: pipeline
|
|
|
|
name: docker-linux-arm64
|
|
|
|
name: docker-linux-arm64
|
|
|
@ -754,6 +766,9 @@ workspace:
|
|
|
|
base: /go
|
|
|
|
base: /go
|
|
|
|
path: src/code.gitea.io/gitea
|
|
|
|
path: src/code.gitea.io/gitea
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clone:
|
|
|
|
|
|
|
|
disable: true
|
|
|
|
|
|
|
|
|
|
|
|
when:
|
|
|
|
when:
|
|
|
|
status:
|
|
|
|
status:
|
|
|
|
- success
|
|
|
|
- success
|
|
|
|