From f1b4c28fe4a36bb74dcebb12a7ebe333c5416fef Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 10 Apr 2020 12:59:24 +0100 Subject: [PATCH] Remove CircleCI config --- .circleci/config.yml | 31 ------------------------------- README.md | 1 - 2 files changed, 32 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index d13e9c2..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,31 +0,0 @@ -version: 2.0 - -jobs: - build: - docker: - - image: circleci/node:10.5.0-stretch-browsers - environment: - - npm_config_loglevel: notice - steps: - - checkout - - run: - name: Checkout submodules - command: git submodule sync && git submodule update --init - - run: - name: Install Hugo - command: wget https://github.com/gohugoio/hugo/releases/download/v0.68.3/hugo_extended_0.68.3_Linux-64bit.deb -O /tmp/hugo.deb && sudo dpkg -i /tmp/hugo.deb - - restore_cache: - key: npm-{{ checksum "package-lock.json" }} - - run: - name: Install dependencies - command: npm ci - - save_cache: - key: npm-{{ checksum "package-lock.json" }} - paths: - - node_modules - - run: - name: Build site - command: ./scripts/release.sh - - run: - name: Run Tests - command: ./scripts/test.sh diff --git a/README.md b/README.md index 06ce146..c759bc7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # My Website -[![Circle CI](https://circleci.com/gh/RealOrangeOne/theorangeone.net.svg?style=svg)](https://circleci.com/gh/RealOrangeOne/theorangeone.net) ![Deploy](https://github.com/RealOrangeOne/theorangeone.net/workflows/Deploy/badge.svg) ![CI](https://github.com/RealOrangeOne/theorangeone.net/workflows/CI/badge.svg)