File tree Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -128,10 +128,6 @@ collect_artifacts() {
128128 fi
129129}
130130
131- # Copy the app-specific SPDX SBOM
132- echo " INFO: Copying SPDX SBOM..."
133- cp app/build/spdx/release.spdx.json " ${KOKORO_ARTIFACTS_DIR} /artifacts/wear-release.spdx.json"
134-
135131# Collect the Wear OS application artifacts
136132collect_artifacts " wear/build/outputs/bundle/release" " wear-release.aab" " wear-release-unsigned.aab"
137133
Original file line number Diff line number Diff line change @@ -125,10 +125,6 @@ collect_artifacts() {
125125 fi
126126}
127127
128- # Copy the app-specific SPDX SBOM
129- echo " INFO: Copying SPDX SBOM..."
130- cp app/build/spdx/release.spdx.json " ${KOKORO_ARTIFACTS_DIR} /artifacts/app-release.spdx.json"
131-
132128# Collect the Wear OS application artifacts
133129collect_artifacts " wear/build/outputs/bundle/release" " wear-release.aab" " wear-release-unsigned.aab"
134130
Original file line number Diff line number Diff line change 44 define_artifacts {
55 regex: " artifacts/**.aab"
66 regex: " artifacts/**.intoto.jsonl"
7- sbom_regex: " artifacts/app-release.spdx.json"
87 strip_prefix: " artifacts"
98 fail_if_no_artifacts: true
109 }
Original file line number Diff line number Diff line change 44 define_artifacts {
55 regex: " artifacts/**.aab"
66 regex: " artifacts/**.intoto.jsonl"
7- sbom_regex: " artifacts/app-release.spdx.json"
87 strip_prefix: " artifacts"
98 fail_if_no_artifacts: true
109 }
You can’t perform that action at this time.
0 commit comments