Skip to content

Commit

Permalink
Merge pull request #4311 from nebulab/remove_stoplight_build
Browse files Browse the repository at this point in the history
Removes Stoplight API docu auto build orb.
  • Loading branch information
waiting-for-dev authored Mar 22, 2022
2 parents d996288 + 8f499b2 commit 00b7f64
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 @@ -151,18 +148,3 @@ workflows:
- postgres_rails60
- postgres_rails52
- event_bus_legacy_adapter
- 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 00b7f64

Please sign in to comment.