Skip to content

Commit 37cc40e

Browse files
committed
Disabling target commit.
1 parent 3571917 commit 37cc40e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ado/templates/sources-upload-stages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ stages:
9696
echo "##[endgroup]"
9797
echo "##[warning]Specs are not up to date. Ignoring until main branch is updated and stable."
9898
# TODO: Re-enabled failing once specs in the main branch are updated and stable.
99-
# ADO task:
10099
# exit 1
101100
fi
102101
displayName: "Verify rendered specs are up to date"
@@ -174,13 +173,14 @@ stages:
174173
--build-reason "$BUILD_REASON" \
175174
--components "$COMPONENTS" \
176175
--source-commit "$SOURCE_COMMIT" \
177-
--target-commit "$TARGET_COMMIT" \
178176
--repo-uri "$UPSTREAM_REPO_URL"
179177
env:
180178
API_AUDIENCE: $(ApiAudience)
181179
API_BASE_URL: $(ApiBaseUrl)
182180
BUILD_REASON: $(Build.Reason)
183181
COMPONENTS: $(components)
184182
SOURCE_COMMIT: $(sourceCommit)
183+
# Target commit is not used. Will be needed once we move detection of affected components to CT.
184+
# ADO task: https://dev.azure.com/mariner-org/mariner/_workitems/edit/18816
185185
TARGET_COMMIT: $(targetCommit)
186186
UPSTREAM_REPO_URL: $(Build.Repository.Uri)

0 commit comments

Comments
 (0)