Difference between revisions of "Datree GitLab CI example"

From wikieduonline
Jump to navigation Jump to search
(Created page with " <pre> image: node:14 stages: - test test: stage: test script: - curl https://get.datree.io | /bin/bash - datree test ~/.datree/k8s-demo.yaml </pre> * {{d...")
 
Line 2: Line 2:
  
  
 +
 +
https://hub.datree.io/cicd-examples/gitLab-ci-cd
 
<pre>
 
<pre>
 
image: node:14
 
image: node:14

Revision as of 09:56, 6 September 2022



https://hub.datree.io/cicd-examples/gitLab-ci-cd

image: node:14

stages:
  - test

test:
  stage: test
  script:
    - curl https://get.datree.io | /bin/bash
    - datree test ~/.datree/k8s-demo.yaml


Advertising: