Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Remove unused files.
Browse files Browse the repository at this point in the history
Add bullet.
  • Loading branch information
akiko-pusu committed Dec 21, 2019
1 parent 67793f0 commit 6f34bd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
#
# Check https://circleci.com/docs/2.0/language-ruby/ for more details
#
orbs:
aws-ecr: circleci/[email protected]

version: 2.1

general:
Expand Down Expand Up @@ -96,23 +93,6 @@ workflows:
branches:
ignore:
- /v0.1.x-support-Redmine3.*/
- aws-ecr/build-and-push-image:
account-url: AWS_ECR_ACCOUNT_URL
aws-access-key-id: AWS_ACCESS_KEY_ID
aws-secret-access-key: AWS_SECRET_ACCESS_KEY
create-repo: true
dockerfile: Dockerfile
path: .
region: AWS_REGION
repo: redmine_banner
extra-build-args: '--build-arg COMMIT=$CIRCLE_SHA1 --build-arg=BRANCH=$CIRCLE_BRANCH'
requires:
- test
tag: '$CIRCLE_BUILD_NUM'
filters:
branches:
only:
- master
- deploy_heroku:
requires:
- build
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ source 'https://rubygems.org'
group :test do
gem 'simplecov-rcov', :require => false
end

group :development do
gem 'bullet'
end

0 comments on commit 6f34bd3

Please sign in to comment.