From 7256b84d9af97bca405f463c1b535dc5d596a43f Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 11 Jan 2023 16:34:55 -0600 Subject: [PATCH] Turning off circleci (cypress) --- .circleci/config.yml | 50 -------------------------------------------- .circleci/env | 7 ------- 2 files changed, 57 deletions(-) delete mode 100644 .circleci/config.yml delete mode 100644 .circleci/env diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index e6062e0..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,50 +0,0 @@ -version: 2.1 - -orbs: - cypress: cypress-io/cypress@2 - -commands: - setup: - steps: - - checkout - - run: - name: write npmrc - command: | - echo "@kingsrook:registry=https://npm.pkg.github.com/" >> .npmrc - echo "NPM_TOKEN=${NPM_TOKEN}" >> .npmrc - echo "@OWNER:registry=https://npm.pkg.github.com/" >> .npmrc - echo "//npm.pkg.github.com/:_authToken=${NPM_TOKEN}" >> .npmrc - - run: - name: copy .env - command: | - cp .circleci/env ./.env - cat ./.env - -jobs: - setup-job: - executor: cypress/base-10 - steps: - - setup - -workflows: - build: - jobs: - - setup-job: - context: [ qqq-maven-registry-credentials ] - - cypress/install: - context: [ qqq-maven-registry-credentials ] - requires: - - setup-job - build: 'cp .circleci/env ./.env && npm run build' # run a custom app build step - - cypress/run: - context: [ qqq-maven-registry-credentials ] - requires: - - cypress/install - start: 'cp .circleci/env ./.env && npm run start' # start server before running tests - wait-on: 'https://localhost:3000' - ## record: true # record results on Cypress Dashboard - ## parallel: true # split all specs across machines - ## parallelism: 4 # use 4 CircleCI machines to finish quickly - ## group: 'all tests' # name this group "all tests" on the dashboard - - diff --git a/.circleci/env b/.circleci/env deleted file mode 100644 index 3581308..0000000 --- a/.circleci/env +++ /dev/null @@ -1,7 +0,0 @@ -GENERATE_SOURCEMAP=false -HTTPS=true - -REACT_APP_MATERIAL_UI_LICENSE_KEY=${MATERIAL_UI_LICENSE_KEY} - -REACT_APP_GOOGLE_APP_API_KEY=${GOOGLE_APP_API_KEY} -REACT_APP_GOOGLE_APP_CLIENT_ID=${GOOGLE_APP_CLIENT_ID