Skip to content

Commit

Permalink
Removes Stoplight API docu auto build orb.
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermeyer authored and kennyadsl committed May 11, 2022
1 parent 69b5de2 commit cf7e8ab
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
version: 2.1

orbs:
stoplight: nebulab/[email protected]

executors:
base:
working_directory: &workdir ~/solidus
Expand Down Expand Up @@ -140,18 +137,3 @@ workflows:
- mysql
- postgres_rails60
- postgres_rails52
- stoplight/push:
context: "Solidus Core Team"
project: solidus/solidus-api
git_token: $STOPLIGHT_GIT_TOKEN
source_dir: api/openapi
username: $STOPLIGHT_USERNAME
version: "`cat /tmp/workspace/solidus-version`"
requires:
- persist_version
- stoplight/publish:
context: "Solidus Core Team"
api_token: $STOPLIGHT_API_TOKEN
domain: solidus.docs.stoplight.io
requires:
- stoplight/push

0 comments on commit cf7e8ab

Please sign in to comment.