Skip to content

Instantly share code, notes, and snippets.

@paurosello
Created October 29, 2018 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paurosello/d4a36afb2e0b09991a04944a2e7b4378 to your computer and use it in GitHub Desktop.
Save paurosello/d4a36afb2e0b09991a04944a2e7b4378 to your computer and use it in GitHub Desktop.
stages:
- tests
tests:
stage: tests
image: node:10
variables:
SWAGGER: ${SWAGGER}
before_script:
- npm install -g swagger-cli
script:
- swagger-cli validate ${SWAGGER}
tags:
- aws
- docker
- private
- previous
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment