Organize directories
This commit is contained in:
parent
8a91c9b89b
commit
4898382f78
433 changed files with 0 additions and 0 deletions
25
packages/zammad-addon-metamigo/.gitlab-ci.yml
Normal file
25
packages/zammad-addon-metamigo/.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
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:
|
||||
- echo "Skipping tests" # make test
|
||||
|
||||
build:
|
||||
stage: build
|
||||
artifacts:
|
||||
paths:
|
||||
- dist/*.szpm
|
||||
script:
|
||||
- make
|
||||
Loading…
Add table
Add a link
Reference in a new issue