CI updates #1
This commit is contained in:
parent
59ae833099
commit
5a343c7eb9
27 changed files with 707 additions and 652 deletions
|
|
@ -1,9 +1,3 @@
|
|||
leafcutter-build:
|
||||
stage: build
|
||||
script:
|
||||
- npm install
|
||||
- cd apps/leafcutter && npm run-script build
|
||||
|
||||
leafcutter-docker-build:
|
||||
image: registry.gitlab.com/guardianproject-ops/docker-alpine-git:latest
|
||||
services:
|
||||
|
|
@ -31,19 +25,3 @@ leafcutter-docker-release:
|
|||
script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
- cd apps/leafcutter && make docker/add-tag
|
||||
|
||||
leafcutter-helm-release:
|
||||
image: debian:bullseye-slim
|
||||
stage: helm-release
|
||||
only:
|
||||
- main
|
||||
- develop
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get install curl gnupg make jq -y
|
||||
- curl https://baltocdn.com/helm/signing.asc | apt-key add -
|
||||
- apt-get install apt-transport-https -y
|
||||
- echo "deb https://baltocdn.com/helm/stable/debian/ all main" | tee /etc/apt/sources.list.d/helm-stable-debian.list
|
||||
- apt-get update
|
||||
- apt-get install helm
|
||||
- cd apps/leafcutter && make helm/build-push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue