Skip to content

Commit

Permalink
productionize
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Feb 23, 2024
1 parent 1cc46e1 commit 3b42f10
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ jobs:
command: |
# convert to json, run a python script, write out json (which is a readable as YAML)
pip install PyYAML
build-system/scripts/generate_circleci_config.py
#> .circleci/generated_config.yml
cat .circleci/generated_config.yml
echo "[]" > .circleci/generated_config.yml
build-system/scripts/generate_circleci_config.py > .circleci/generated_config.yml
- continuation/continue:
configuration_path: .circleci/generated_config.yml
# Noir
Expand Down

0 comments on commit 3b42f10

Please sign in to comment.