-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run GraphQL CI step outside of docker
Running each GraphQL sub-command in a separate docker container means we don't need to have git installed in the app docker image.
- Loading branch information
1 parent
8e0047b
commit 16eca29
Showing
2 changed files
with
7 additions
and
13 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,13 +1,3 @@ | ||
steps: | ||
- label: Update GraphQL docs | ||
command: .buildkite/update_graphql_docs | ||
plugins: | ||
- docker-compose#v4.9.0: | ||
run: app | ||
mount-ssh-agent: true | ||
mount-buildkite-agent: true | ||
env: | ||
- API_ACCESS_TOKEN | ||
- GIT_NAME | ||
- GIT_EMAIL | ||
- GH_TOKEN |
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