Skip to content

Commit efebc94

Browse files
devversionmmalerba
authored andcommitted
chore: remove outdated todo for docs-content build (#18110)
Removes an outdated TODO and adds a new comment that explains why the docs-content will be built in this job.
1 parent 31a50f7 commit efebc94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,9 @@ jobs:
375375
# to publish the build snapshots. In order to fix this, we unset the global option.
376376
- run: git config --global --unset "url.ssh://[email protected]"
377377

378-
# TODO(devversion): Ideally the "build_release_packages" job should build all packages with
379-
# Bazel, but for now we mix up the Gulp and bazel setup, so we need to build the package here.
378+
# The components examples package is not a release package, but we publish it
379+
# as part of this job to the docs-content repository. It's not contained in the
380+
# attached release output, so we need to build it here.
380381
- run: bazel build src/components-examples:npm_package --config=release
381382

382383
- run: ./scripts/circleci/publish-snapshots.sh

0 commit comments

Comments
 (0)