From 08a9815f27f60cfbf378cea57f22ce752fe419d1 Mon Sep 17 00:00:00 2001 From: Sandeep Tiwari Date: Fri, 23 Jan 2026 14:59:27 +0530 Subject: [PATCH] codeship cleanup --- README.md | 2 +- codeship-services.yml | 8 -------- codeship-steps.yml | 8 -------- 3 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 codeship-services.yml delete mode 100644 codeship-steps.yml diff --git a/README.md b/README.md index 4d9ceb3..b6ec220 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[ ![Codeship Status for BookerSoftwareInc/frederick_api_gem](https://app.codeship.com/projects/43a5ea40-2b13-0135-7e95-4afd89638027/status?branch=master)](https://app.codeship.com/projects/224007) +[![CI](https://github.com/BookerSoftwareInc/frederick_api_gem/actions/workflows/ci_steps.yml/badge.svg)](https://github.com/BookerSoftwareInc/frederick_api_gem/actions/workflows/ci_steps.yml) ```text _____ _ _ _ _ ____ ___ diff --git a/codeship-services.yml b/codeship-services.yml deleted file mode 100644 index 8503ec2..0000000 --- a/codeship-services.yml +++ /dev/null @@ -1,8 +0,0 @@ -# Main application where test commands are run -main: - build: - image: frederick_api_gem - dockerfile: Dockerfile - cached: true - volumes: - - ./:/frederick_api_gem diff --git a/codeship-steps.yml b/codeship-steps.yml deleted file mode 100644 index 4a8844b..0000000 --- a/codeship-steps.yml +++ /dev/null @@ -1,8 +0,0 @@ -- type: parallel - steps: - - name: rspec - service: main - command: bundle exec rspec - - name: rubocop - service: main - command: bundle exec rubocop