Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f99db41

Browse files
committed
Address review comments
1 parent d9a9690 commit f99db41

File tree

3 files changed

+10
-16
lines changed

3 files changed

+10
-16
lines changed

‎.semaphore/post_install.yml‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
# This file is managed by ServiceBot plugin - Semaphore. The content in this file is created using a common
2-
# template and configurations in service.yml.
3-
# Any modifications made to version, name, agent, and global_job_config will be overwritten by the generated
4-
# content in nightly runs. Code changes made to the remaining sections will not be affected.
5-
# For more information, please refer to the page:
6-
# https://confluentinc.atlassian.net/wiki/spaces/Foundations/pages/2871296194/Add+SemaphoreCI
71
version: v1.0
82
name: post-install
93
agent:

‎.semaphore/project.yml‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,3 @@ spec:
4242
- pull_request
4343
- forked_pull_request
4444
- tag
45-
tasks:
46-
- name: post-install
47-
scheduled: False
48-
branch: "master"
49-
pipeline_file: .semaphore/post_install.yml
50-
parameters:
51-
- name: LIBRARY_VERSION
52-
required: True
53-
description: "Which library version to install."
54-
default_value: "latest"

‎service.yml‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ codeowners:
1010
enable: true
1111
semaphore:
1212
enable: true
13+
tasks:
14+
- name: post-install
15+
scheduled: false
16+
branch: "master"
17+
pipeline_file: .semaphore/post_install.yml
18+
parameters:
19+
- name: LIBRARY_VERSION
20+
required: true
21+
description: "Which library version to install."
22+
default_value: "latest"
1323
sonarqube:
1424
enable: true
1525
coverage_reports:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /