Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,6 @@ query --output=label_kind

# By default, failing tests don't print any output, it goes to the log file
test --test_output=errors

################################
# Settings for CircleCI #
################################

# Bazel flags for CircleCI are in /.circleci/bazel.rc

################################
# Remote Execution Setup #
################################
Expand Down
35 changes: 0 additions & 35 deletions .circleci/bazel.common.rc

This file was deleted.

5 changes: 0 additions & 5 deletions .circleci/bazel.linux.rc

This file was deleted.

16 changes: 0 additions & 16 deletions .circleci/config.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .circleci/env-helpers.inc.sh

This file was deleted.

43 changes: 0 additions & 43 deletions .circleci/env.sh

This file was deleted.

9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@
<br>
</p>

<p style="text-align: center">
<a href="https://circleci.com/gh/angular/workflows/angular-cli/tree/main">
<img src="https://img.shields.io/circleci/build/github/angular/angular-cli/main.svg?logo=circleci&logoColor=fff&label=CircleCI" alt="CI status" />
</a>&nbsp;
<a href="https://discord.gg/angular">
<img src="https://img.shields.io/discord/463752820026376202.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" />
</a>
</p>

<hr>

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion scripts/saucelabs/stop-tunnel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Shutting down Sauce Connect tunnel"
tunnelProcessId=$(cat ${SAUCE_PID_FILE})

# Kill the process by using the PID that has been read from the pidfile. Note that
# we cannot use killall because CircleCI base container images don't have it installed.
# we cannot use killall because CI base container images don't have it installed.
kill ${tunnelProcessId}

while (ps -p ${tunnelProcessId} &> /dev/null); do
Expand Down
2 changes: 1 addition & 1 deletion scripts/snapshots.mts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export default async function (opts: SnapshotsOptions) {

if (githubToken) {
console.info('Setting up global git name.');
_exec('git', ['config', '--global', 'user.email', 'circleci@angular.dev'], {});
_exec('git', ['config', '--global', 'user.email', 'dev-infra@angular.dev'], {});
_exec('git', ['config', '--global', 'user.name', 'Angular Builds'], {});
_exec('git', ['config', '--global', 'push.default', 'simple'], {});
}
Expand Down
9 changes: 0 additions & 9 deletions scripts/templates/readme.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@
<br>
</p>

<p style="text-align: center">
<a href="https://circleci.com/gh/angular/workflows/angular-cli/tree/main">
<img src="https://img.shields.io/circleci/build/github/angular/angular-cli/main.svg?logo=circleci&logoColor=fff&label=CircleCI" alt="CI status" />
</a>&nbsp;
<a href="https://discord.gg/angular">
<img src="https://img.shields.io/discord/463752820026376202.svg?logo=discord&logoColor=fff&label=Discord&color=7389d8" alt="Discord conversation" />
</a>
</p>

<hr>

## Documentation
Expand Down