remove gitlab-ci files from before the mono repo
This commit is contained in:
parent
41971732d0
commit
22391df8ed
3 changed files with 0 additions and 86 deletions
|
|
@ -1,36 +0,0 @@
|
|||
---
|
||||
image: registry.gitlab.com/guardianproject-ops/docker-python-node:python3.8-nodejs12
|
||||
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
- trigger
|
||||
|
||||
before_script:
|
||||
- apt-get update && apt-get install -y make ruby
|
||||
- gem install rufo -v 0.12.0
|
||||
- pip install inflection
|
||||
|
||||
test:
|
||||
stage: test
|
||||
script:
|
||||
- make test
|
||||
|
||||
build:
|
||||
stage: build
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/*.szpm
|
||||
script:
|
||||
- make
|
||||
|
||||
trigger-downstream:
|
||||
stage: trigger
|
||||
only:
|
||||
- develop
|
||||
- main
|
||||
variables:
|
||||
UPSTREAM_BRANCH: $CI_COMMIT_REF_NAME
|
||||
trigger:
|
||||
project: digiresilience/waterbear/docker-zammad
|
||||
branch: $CI_COMMIT_REF_NAME
|
||||
Loading…
Add table
Add a link
Reference in a new issue