Skip to content
Snippets Groups Projects
Commit 3347af1f authored by Daniel Bauer's avatar Daniel Bauer :speech_balloon:
Browse files

[ci] escape dollar

parent 63d1c26b
4 merge requests!27Operators for f4867170 (escape colon),!25Generate operators in CI,!24Draft: fixup! [ci] skip generation for testing purposes,!23Draft: fixup! [ci] skip generation for testing purposes
Pipeline #77533 passed with stages
in 23 seconds
...@@ -20,11 +20,11 @@ generate-child-pipeline: ...@@ -20,11 +20,11 @@ generate-child-pipeline:
- cd generate - cd generate
- virtualenv -p python3 venv - virtualenv -p python3 venv
- source venv/bin/activate - source venv/bin/activate
- GIT_CONFIG_COUNT=1 GIT_CONFIG_KEY_0="url.https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de.insteadOf" GIT_CONFIG_VALUE_0="ssh://git@i10git.cs.fau.de" python -m pip install -r requirements.txt - GIT_CONFIG_COUNT=1 GIT_CONFIG_KEY_0="url.https://gitlab-ci-token:\${CI_JOB_TOKEN}@i10git.cs.fau.de.insteadOf" GIT_CONFIG_VALUE_0="ssh://git@i10git.cs.fau.de" python -m pip install -r requirements.txt
- pip freeze - pip freeze
- rm -rf ../operators/* - rm -rf ../operators/*
- echo $OPERATOR_BASE_NAME - echo \$OPERATOR_BASE_NAME
- python3 generate.py -o ../operators ../operators-$OPERATOR_BASE_NAME.toml --processes 8 - python3 generate.py -o ../operators ../operators-\$OPERATOR_BASE_NAME.toml --processes 8
tags: tags:
- docker - docker
parallel: parallel:
......
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