correct saving of build config

This commit is contained in:
andreas 2023-09-03 12:23:20 +02:00
parent a80c0f2d72
commit 8e70ce3112
1 changed files with 1 additions and 1 deletions
.circleci

View File

@ -44,7 +44,7 @@ jobs:
- run:
name: "save build config"
working_directory: ".pio/build/<< pipeline.parameters.environment >>"
command: "echo 'PLATFORMIO_BUILD_FLAGS=\"<< pipeline.parameters.environment >>\" pio run -e << pipeline.parameters.environment >> ' > buildconfig.txt"
command: "echo 'PLATFORMIO_BUILD_FLAGS=\"<< pipeline.parameters.build_flags >>\" pio run -e << pipeline.parameters.environment >> ' > buildconfig.txt"
- run:
name: "rename"
working_directory: ".pio/build/<< pipeline.parameters.environment >>"