We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588968f commit d4a7f45Copy full SHA for d4a7f45
TestIntegration/flash.sh
@@ -5,6 +5,7 @@ WORKSPACE_DIR=$(realpath "${SCRIPT_DIR}/../")
5
6
export ProjDirPath
7
ProjDirPath="$(realpath "${WORKSPACE_DIR}/Projects/b_u585i_iot02a_ntz")"
8
-(cd $ProjDirPath; \
9
- BuildArtifactFileBaseName="b_u585i_iot02a_ntz" \
10
- "${WORKSPACE_DIR}"/tools/stm32u5_tool.sh flash_ntz)
+pushd "${ProjDirPath}" || exit
+ export BuildArtifactFileBaseName="b_u585i_iot02a_ntz"
+ "${WORKSPACE_DIR}"/tools/stm32u5_tool.sh flash_ntz
11
+popd || exit
0 commit comments