Skip to content

Commit

Permalink
fixed gitlab-ci example
Browse files Browse the repository at this point in the history
Signed-off-by: HaveFun83 <[email protected]>
  • Loading branch information
Hendrik Ferber authored and HaveFun83 committed Sep 9, 2020
1 parent 125160d commit 46ec246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ci/gitlab/kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ validate:

conformance:
stage: conformance
dependancies:
dependencies:
- validate
image:
name: instrumenta/conftest:latest
entrypoint:
- "" # Override default entrypoint. If not included gitlab ci will execute `conftest sh test`
script:
- conftest test deploy/* # Assume k8s configs are in folder deploy/
- conftest test deploy/* # Assume k8s configs are in folder deploy/

0 comments on commit 46ec246

Please sign in to comment.