Skip to content

Commit

Permalink
build: don't overwrite ci.yml, retire .circleci (googleapis#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored and Mistic92 committed Apr 15, 2020
1 parent ef92463 commit 2d9ece8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 154 deletions.
153 changes: 0 additions & 153 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
common_templates = gcp.CommonTemplates()
templates = common_templates.node_library()
# Don't use .nycrc for code coverage (see "Fix Code Coverage")
s.copy(templates, excludes=['.nycrc'])
s.copy(templates, excludes=['.nycrc', '.github/workflows/ci.yaml'])

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

0 comments on commit 2d9ece8

Please sign in to comment.