Skip to content
Snippets Groups Projects
Commit 2660eee5 authored by Jedrzej Rybicki's avatar Jedrzej Rybicki
Browse files

ci setup, probably will require an alterative entrypoint

parent 043d0930
No related branches found
No related tags found
No related merge requests found
Pipeline #76119 failed
default:
image: python:3-slim
stages:
- test
- build
- publish
- deploy
test:
stage: test
image: apache/airflow:2.1.2
script:
- airflow db init
- airflow dags list
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