From 6842a2b79711add9957276c678226005638c2a8a Mon Sep 17 00:00:00 2001 From: Charles Lyding <19598772+clydin@users.noreply.github.com> Date: Thu, 23 Jul 2020 19:27:00 -0400 Subject: [PATCH] ci: remove unused experimental publish job --- .circleci/config.yml | 24 ------------------------ .circleci/npm_token | 1 - 2 files changed, 25 deletions(-) delete mode 100644 .circleci/npm_token diff --git a/.circleci/config.yml b/.circleci/config.yml index b87ce28d9a7f..a9f6d6c5a521 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -278,19 +278,6 @@ jobs: command: | yarn admin snapshots --verbose --githubTokenFile=${HOME}/github_token - publish: - executor: action-executor - steps: - - custom_attach_workspace - - run: - name: Decrypt Credentials - command: | - openssl aes-256-cbc -d -in .circleci/npm_token -k "${KEY}" -out ~/.npmrc - - run: - name: Deployment to NPM - command: | - yarn admin publish --verbose - # Windows jobs # CircleCI support for Windows jobs is still in preview. # Docs: https://github.com/CircleCI-Public/windows-preview-docs @@ -429,14 +416,3 @@ workflows: - build - test - e2e-cli - - publish: - requires: - - build - - test - - e2e-cli - - snapshot_publish - filters: - tags: - only: /^v\d+/ - branches: - ignore: /.*/ diff --git a/.circleci/npm_token b/.circleci/npm_token deleted file mode 100644 index 5a1bb6303052..000000000000 --- a/.circleci/npm_token +++ /dev/null @@ -1 +0,0 @@ -Salted__/L ö;(.| CԒ5`h8i8Jo*?}30f!'B̠"UƊ&K!%ɵڤ \ No newline at end of file