Skip to content

Commit

Permalink
Merge pull request #354 from contentful/ci/cleanup-circlefile
Browse files Browse the repository at this point in the history
ci: remove unneeded vault access
  • Loading branch information
jsdalton committed Oct 5, 2023
2 parents 7497047 + 74d3a88 commit 8fde7ab
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,6 @@ version: 2.1

orbs:
node: circleci/node@5.0.2
vault: contentful/vault@1

commands:
publish:
steps:
- vault/get-secrets:
template-preset: 'semantic-release-ecosystem'
- run:
name: Setup NPM
command: |
echo $'@contentful:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ~/.npmrc
- run: export GH_TOKEN=${GITHUB_TOKEN}
- run: git config --global user.email "${GIT_AUTHOR_EMAIL}"
- run: git config --global user.name "${GIT_AUTHOR_NAME}"
- run:
name: Publish packages
command: npm run publish-packages

jobs:
apps-checks:
Expand Down Expand Up @@ -87,24 +69,20 @@ workflows:
apps-ci-pipeline:
jobs:
- apps-checks:
context:
- vault
filters:
branches:
ignore:
- main
- production
- deploy-staging:
context:
- vault
- marketplace-partner-apps-staging
filters:
branches:
only:
- main
- deploy-prod:
context:
- vault
- marketplace-partner-apps-production
filters:
branches:
Expand Down

0 comments on commit 8fde7ab

Please sign in to comment.