Skip to content
Snippets Groups Projects
Commit 9ddedda0 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

no escapes

parent 8a4a858c
No related branches found
No related tags found
1 merge request!2Datacat integration
Pipeline #87475 failed
...@@ -17,7 +17,7 @@ test: ...@@ -17,7 +17,7 @@ test:
name: apache/airflow:2.1.3 name: apache/airflow:2.1.3
entrypoint: [""] entrypoint: [""]
variables: variables:
- AIRFLOW__SECRETS__BACKEND_KWARGS: '{\"url\" : \"https://zam10036.zam.kfa-juelich.de\", \"user\" : \"${DATACAT_TESTING_USERNAME}\", \"password\" : \"${DATACAT_TESTING_PASSWORD}\"}\' - AIRFLOW__SECRETS__BACKEND_KWARGS: '{"url" : "https://zam10036.zam.kfa-juelich.de", "user" : "${DATACAT_TESTING_USERNAME}", "password" : "${DATACAT_TESTING_PASSWORD}"}'
before_script: before_script:
- echo $AIRFLOW__SECRETS__BACKEND_KWARGS - echo $AIRFLOW__SECRETS__BACKEND_KWARGS
- airflow db init - airflow db init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment