forked from druid-io/druid-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update repo semaphore project
- Loading branch information
1 parent
91706e0
commit 5a2f3c0
Showing
1 changed file
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# This file is managed by ServiceBot plugin - Semaphore. The content in this file is created using a common | ||
# template and configurations in service.yml. | ||
# Modifications in this file will be overwritten by generated content in the nightly run. | ||
# For more information, please refer to the page: | ||
# https://confluentinc.atlassian.net/wiki/spaces/Foundations/pages/2871296194/Add+SemaphoreCI | ||
apiVersion: v1alpha | ||
kind: Project | ||
metadata: | ||
name: druid-operator | ||
description: "" | ||
spec: | ||
visibility: private | ||
repository: | ||
url: [email protected]:confluentinc/druid-operator.git | ||
run_on: | ||
- forked_pull_requests | ||
pipeline_file: .semaphore/semaphore.yml | ||
integration_type: github_app | ||
status: | ||
pipeline_files: | ||
- path: .semaphore/semaphore.yml | ||
level: pipeline | ||
forked_pull_requests: | ||
allowed_contributors: | ||
- "ConfluentSemaphore" |