Skip to content

Commit 457be86

Browse files
committed
Remove spdx copying for wear.
1 parent 6aa38f8 commit 457be86

File tree

4 files changed

+0
-10
lines changed

4 files changed

+0
-10
lines changed

build_presubmit_wear.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
136132
collect_artifacts "wear/build/outputs/bundle/release" "wear-release.aab" "wear-release-unsigned.aab"
137133

build_release_wear.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
133129
collect_artifacts "wear/build/outputs/bundle/release" "wear-release.aab" "wear-release-unsigned.aab"
134130

kokoro/gcp_ubuntu_docker/presubmit_wear.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ action {
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
}

kokoro/gcp_ubuntu_docker/release_wear.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ action {
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
}

0 commit comments

Comments
 (0)