Skip to content
Snippets Groups Projects
Commit 6de4eac3 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: remove dotenv

parent 6b975d62
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!80F simple schema export
Pipeline #42310 failed
......@@ -119,21 +119,6 @@ setup-env:
- echo "REFTAG = $REFTAG"
########################################
# Exporting values to environment file
####
- echo "DEFAULT_BRANCH=${DEFAULT_BRANCH}" >> "$DOTENV"
- echo "F_BRANCH=${F_BRANCH}" >> "$DOTENV"
- echo "REFTAG=${REFTAG}" >> "$DOTENV"
- echo "PYLIB=${PYLIB}" >> "$DOTENV"
- echo "TMP_PYLIB=${PYLIB}" >> "$DOTENV"
- echo "PYINT=${PYINT}" >> "$DOTENV"
- echo "TMP_PYINT=${PYINT}" >> "$DOTENV"
- cat "$DOTENV"
artifacts:
reports:
dotenv: "$DOTENV"
test:
tags: [docker]
services:
......
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