Skip to content
Snippets Groups Projects
Commit 06943261 authored by fejao's avatar fejao
Browse files

setting ci-cd

parent c7aac81d
No related branches found
No related tags found
1 merge request!1Adding files
Pipeline #37650 failed
......@@ -60,13 +60,13 @@ stages:
###
### DEBUG-TEST
###
debug-test:
stage: test-debug
image: $IMAGE_NAME_LINT
variables:
VAR_DEBUG: "foo-bar"
script:
- echo "This is the debug-test"
# debug-test:
# stage: test-debug
# image: $IMAGE_NAME_LINT
# variables:
# VAR_DEBUG: "foo-bar"
# script:
# - echo "This is the debug-test"
###
### YAMLLING
......@@ -81,6 +81,7 @@ yamllint-test:
- *before_syntax_n_lint
script:
- echo "This is the 'yamllint' test from the 'test' role"
- yamllint .
###
### STAGE-SYNTAX-CHECK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment