Skip to content

Commit 1dd0226

Browse files
Marcin TomczykSeppo Takalo
authored andcommitted
IOTSTOR-859 - Combine block_device_fake_rot.json and internal_flash_no_rot.json app configs
1 parent fbaab7d commit 1dd0226

File tree

2 files changed

+1
-134
lines changed

2 files changed

+1
-134
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def bootloaderBuildStep(stepName,
9292
""")
9393

9494
// Archive the binary
95-
def file_extension = ("${target}" == "NRF52_DK" || "${target}" == "NRF52840_DK" || "${target}" == "LPC55S69_NS") ? "hex" : "bin"
95+
def file_extension = ("${target}" == "NRF52840_DK" || "${target}" == "LPC55S69_NS") ? "hex" : "bin"
9696
def binary_path = build_dir + "/${repoName}.${file_extension}"
9797
archiveArtifacts artifacts: binary_path
9898
archiveArtifacts artifacts: build_dir + "/${repoName}_application.map"

configs/block_device_fake_rot.json

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)