identity-idp icon indicating copy to clipboard operation
identity-idp copied to clipboard

Remove CircleCI

Open mitchellhenke opened this issue 2 years ago • 1 comments

With #6614 live, we should be able to drop CircleCI if we want 🙂

mitchellhenke avatar Aug 01 '22 18:08 mitchellhenke

There's a handful of other references to CircleCI, should we clean those up as well?

$ ag circleci -i --ignore-dir=node_modules
config/environments/test.rb
39:  # Disable lograge when computing coverage and not in CircleCI, where lograge is required.

spec/simplecov_helper.rb
64:      # CircleCI uses JSON formatting for CodeClimate

README.md
4:[![Build Status](https://circleci.com/gh/18F/identity-idp.svg?style=svg)](https://circleci.com/gh/18F/identity-idp)
$ ag circle_ci -i --ignore-dir=node_modules
spec/simplecov_helper.rb
63:    elsif ENV['CIRCLE_CI']

aduth avatar Aug 02 '22 12:08 aduth

There's a handful of other references to CircleCI, should we clean those up as well?

$ ag circleci -i --ignore-dir=node_modules
config/environments/test.rb
39:  # Disable lograge when computing coverage and not in CircleCI, where lograge is required.

spec/simplecov_helper.rb
64:      # CircleCI uses JSON formatting for CodeClimate

README.md
4:[![Build Status](https://circleci.com/gh/18F/identity-idp.svg?style=svg)](https://circleci.com/gh/18F/identity-idp)
$ ag circle_ci -i --ignore-dir=node_modules
spec/simplecov_helper.rb
63:    elsif ENV['CIRCLE_CI']

thank you for catching, deleted these

mitchellhenke avatar Aug 18 '22 14:08 mitchellhenke