From 20eecb51f7ef6dfd855ddfb790d211d45d304360 Mon Sep 17 00:00:00 2001 From: BryceLTaylor Date: Thu, 12 Nov 2020 10:14:49 -0500 Subject: [PATCH] circleci config clean up environment variables --- .circleci/config.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b9929de7..3b71f2303 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,44 +8,6 @@ aliases: username: $DOCKERHUB_USERNAME password: $DOCKERHUB_PASSWORD working_directory: ~/repo - # - &environment - # CXX: g++-4.8 - # FASTLY_ACTIVATE_CHANGES: true - # NODE_ENV: production - # S3_LOCAL_DIR: build - # SENTRY_ORG: scratch-foundation - # SKIP_CLEANUP: true - # WWW_VERSION: ${CIRCLE_SHA1:0:5} - # - &env_production - # API_HOST: https://api.scratch.mit.edu - # ASSET_HOST: https://assets.scratch.mit.edu - # BACKPACK_HOST: https://backpack.scratch.mit.edu - # CLOUDDATA_HOST: clouddata.scratch.mit.edu - # GA_TRACKER: UA-30688952-1 - # PROJECT_HOST: https://projects.scratch.mit.edu - # RECAPTCHA_SITE_KEY: 6LeRbUwUAAAAAFYhKgk3G9OKWqE_OJ7Z-7VTUCbl - # ROOT_URL: https://scratch.mit.edu - # S3_BUCKET_NAME: scratch-www-production - # SCRATCH_ENV: production - # SENTRY_DSN: https://ebc2f8a6bc7b44ca8fd902fd4f16b3d7@sentry.io/1357122 - # SENTRY_PROJECT: scratch-30-production - # STATIC_HOST: https://cdn2.scratch.mit.edu - # TEST_PROJECT_ID: "414835599" - # - &env_staging - # API_HOST: https://api.scratch.ly - # ASSET_HOST: https://assets.scratch.ly - # BACKPACK_HOST: https://backpack.scratch.ly - # CLOUDDATA_HOST: varserver2.scratch.ly - # GA_TRACKER: UA-30688952-7 - # PROJECT_HOST: https://projects.scratch.ly - # RECAPTCHA_SITE_KEY: 6LfukK4UAAAAAFR44yoZMhv8fj6xh-PMiIxwryG3 - # ROOT_URL: https://scratch.ly - # S3_BUCKET_NAME: scratch-www-staging - # SCRATCH_ENV: staging - # SENTRY_DSN: https://c01014988b0a4f44bbefdf235623c456@sentry.io/1357982 - # SENTRY_PROJECT: scratch-30-staging - # STATIC_HOST: https://cdn.scratch.ly - # TEST_PROJECT_ID: "1300006196" - &save_git_cache save_cache: paths: