Skip to content

Commit cc7c643

Browse files
committed
Debugging with dummy components
1 parent 3b0efd6 commit cc7c643

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ stages:
147147
done < <(git diff "$SOURCE_COMMIT" "$TARGET_COMMIT" --name-only | grep '/sources$' | sort -u)
148148
149149
components="$(IFS=, ; echo "${components[*]}")"
150+
echo "##[warning] Debugging with dummy components 'atlas,words'"
151+
components="atlas,words"
150152
echo "Affected components: $components"
151153
echo "##vso[task.setvariable variable=components]$components"
152154
env:

0 commit comments

Comments
 (0)