Skip to content

Commit b290a5f

Browse files
committed
Retain post build workaround for Jenkin pipeline
1 parent a18f9ce commit b290a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secure_boot_and_secure_firmware_upgrade_over_canfd/app.X/nbproject/configurations.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<makeUseCleanTarget>false</makeUseCleanTarget>
126126
<makeCustomizationPreStep></makeCustomizationPreStep>
127127
<makeCustomizationPostStepEnabled>true</makeCustomizationPostStepEnabled>
128-
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; .${_/_}postBuild$(ShExtension) $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug} &amp;&amp; cd ${ProjectDir}</makeCustomizationPostStep>
128+
<makeCustomizationPostStep>cd mcc_generated_files/boot &amp;&amp; chmod +x postBuild$(ShExtension) &amp;&amp; .$(_/_)postBuild$(ShExtension) $(MP_CC_DIR) ${ProjectDir} ${ImageDir} ${ImageName} ${IsDebug}</makeCustomizationPostStep>
129129
<makeCustomizationPutChecksumInUserID>false</makeCustomizationPutChecksumInUserID>
130130
<makeCustomizationEnableLongLines>false</makeCustomizationEnableLongLines>
131131
<makeCustomizationNormalizeHexFile>false</makeCustomizationNormalizeHexFile>

0 commit comments

Comments
 (0)