Commit fcb9e09c authored by Benavides Ontiveros's avatar Benavides Ontiveros
Browse files

modify ingest pipelines

parent 71bc3921
Pipeline #12282 canceled with stages
in 5 seconds
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
workflow: workflow:
rules: rules:
- when: always # REQUIRED so GitLab Free loads this pipeline - when: always
stages: stages:
- ingest - ingest
......
...@@ -4,11 +4,8 @@ workflow: ...@@ -4,11 +4,8 @@ workflow:
when: always when: always
- when: never - when: never
# REQUIRED so GitLab Free recognizes the second pipeline file
include: include:
- local: '.gitlab-ci-ingest.yml' - local: '.gitlab-ci-ingest.yml'
rules:
- when: never # Do not run automatically
stages: stages:
- lint - lint
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment