1
0
Fork 0

fix(tests): add gitlab CI test snippet, move test snippets into test dir

This commit is contained in:
ssube 2019-11-02 10:59:10 -05:00 committed by Sean Sube
parent 0c30036c98
commit 247e1ab03d
7 changed files with 29 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#! /bin/sh
EXAMPLES="$(find ./examples -name '*.yml')"
EXAMPLES="$(find ./test/examples -name '*.yml')"
for example in ${EXAMPLES};
do

View File

@ -0,0 +1,28 @@
# test rules gitlab-ci
# test tags gitlab
# test exit-status 2
stages:
- build
- package
before_script:
- echo "this is a terrible idea!"
---
stages:
- build
- package
build-node:
stage: build
script: []
image-alpine:
stage: package
# missing script
image-stretch:
stage: package
script: []