CI: Fix ci_cmake_build when CI_RELEASE_FILENAME is unset.
This commit is contained in:
parent
d7a50b9916
commit
3419f0ba07
@ -119,7 +119,7 @@ function ci_cmake_build {
|
|||||||
ccache --show-stats || true
|
ccache --show-stats || true
|
||||||
|
|
||||||
if [ -z ${CI_RELEASE_FILENAME+x} ]; then
|
if [ -z ${CI_RELEASE_FILENAME+x} ]; then
|
||||||
$CI_RELEASE_FILENAME=$BOARD
|
CI_RELEASE_FILENAME="$BOARD"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
log_inform "Copying .uf2 to $(pwd)/$CI_RELEASE_FILENAME.uf2"
|
log_inform "Copying .uf2 to $(pwd)/$CI_RELEASE_FILENAME.uf2"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user