Skip to content
Snippets Groups Projects
Commit 1ec86d19 authored by Artem Kondratiuk's avatar Artem Kondratiuk
Browse files

ci: c61 hardvare variables fix


There was some cases that the same variable appears more then once in
the line. Only first appearence in the line was replaced.

Signed-off-by: default avatarartem.kondratiuk <artem.kondratiuk@huawei.com>
parent d2ccf741
No related branches found
No related tags found
1 merge request!239ci: c61 hardvare variables fix
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
-e 's,@ci_pipeline_url@,'"$CI_PIPELINE_URL"',' -e 's,@ci_pipeline_url@,'"$CI_PIPELINE_URL"','
-e 's/@build_job_id@/'"$build_job_id"'/' job_def.yaml -e 's/@build_job_id@/'"$build_job_id"'/' job_def.yaml
# Update the job with device configuration # Update the job with device configuration
- sed -i -e 's/@BOARD_RAM_SIZE@/'"$BOARD_RAM_SIZE"'/' job_def.yaml - sed -i -e 's/@BOARD_RAM_SIZE@/'"$BOARD_RAM_SIZE"'/g' job_def.yaml
# Generate test jobs. # Generate test jobs.
- | - |
set -x set -x
......
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