-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4311 from nebulab/remove_stoplight_build
Removes Stoplight API docu auto build orb.
- Loading branch information
Showing
1 changed file
with
0 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 |