Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit 1a66a42

Browse files
author
Benjamin E. Coe
authored
build: don't overwrite ci.yml, retire .circleci (#1228)
1 parent 046533b commit 1a66a42

2 files changed

Lines changed: 1 addition & 154 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 153 deletions
This file was deleted.

synth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
common_templates = gcp.CommonTemplates()
2121
templates = common_templates.node_library()
2222
# Don't use .nycrc for code coverage (see "Fix Code Coverage")
23-
s.copy(templates, excludes=['.nycrc'])
23+
s.copy(templates, excludes=['.nycrc', '.github/workflows/ci.yaml'])
2424

2525
### SUPPORT DATABASE PLUGINS ###
2626
# Database plugins require that an instance of that database is running at a

0 commit comments

Comments
 (0)