@ -388,17 +388,12 @@ 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
commands:
commands:
- apt update && apt -y install curl
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
- export PATH=$PATH:$GOPATH/bin
- export PATH=$PATH:$GOPATH/bin
- make release
- make release
environment:
environment:
@ -419,8 +414,6 @@ steps:
from_secret : gpgsign_key
from_secret : gpgsign_key
GPGSIGN_PASSPHRASE:
GPGSIGN_PASSPHRASE:
from_secret : gpgsign_passphrase
from_secret : gpgsign_passphrase
depends_on:
- static
- name : release-branch-release
- name : release-branch-release
pull : always
pull : always
@ -438,8 +431,6 @@ steps:
from_secret : aws_access_key_id
from_secret : aws_access_key_id
AWS_SECRET_ACCESS_KEY:
AWS_SECRET_ACCESS_KEY:
from_secret : aws_secret_access_key
from_secret : aws_secret_access_key
depends_on:
- gpg-sign
when:
when:
branch:
branch:
- "release/*"
- "release/*"
@ -462,8 +453,6 @@ steps:
from_secret : aws_access_key_id
from_secret : aws_access_key_id
AWS_SECRET_ACCESS_KEY:
AWS_SECRET_ACCESS_KEY:
from_secret : aws_secret_access_key
from_secret : aws_secret_access_key
depends_on:
- gpg-sign
when:
when:
branch:
branch:
- master
- master
@ -496,17 +485,12 @@ 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
commands:
commands:
- apt update && apt -y install curl
- curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt -y install nodejs
- export PATH=$PATH:$GOPATH/bin
- export PATH=$PATH:$GOPATH/bin
- make release
- make release
environment:
environment:
@ -527,8 +511,6 @@ steps:
from_secret : gpgsign_key
from_secret : gpgsign_key
GPGSIGN_PASSPHRASE:
GPGSIGN_PASSPHRASE:
from_secret : gpgsign_passphrase
from_secret : gpgsign_passphrase
depends_on:
- static
- name : release
- name : release
pull : always
pull : always
@ -546,8 +528,6 @@ steps:
from_secret : aws_access_key_id
from_secret : aws_access_key_id
AWS_SECRET_ACCESS_KEY:
AWS_SECRET_ACCESS_KEY:
from_secret : aws_secret_access_key
from_secret : aws_secret_access_key
depends_on:
- gpg-sign
- name : github
- name : github
pull : always
pull : always
@ -558,8 +538,6 @@ steps:
environment:
environment:
GITHUB_TOKEN:
GITHUB_TOKEN:
from_secret : github_token
from_secret : github_token
depends_on:
- gpg-sign
---
---
kind : pipeline
kind : pipeline