-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Rename live-run to dry-run - Make live-run optional - Always auto-generate verison if not provided
- Loading branch information
1 parent
6123a40
commit 48ff4cc
Showing
24 changed files
with
111 additions
and
119 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
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 |
---|---|---|
|
@@ -3,15 +3,15 @@ name: Publish crates (Debian) | |
on: | ||
workflow_call: | ||
inputs: | ||
dry-run: | ||
live-run: | ||
type: string | ||
required: true | ||
version: | ||
type: string | ||
required: true | ||
workflow_dispatch: | ||
inputs: | ||
dry-run: | ||
live-run: | ||
type: string | ||
required: true | ||
version: | ||
|
@@ -24,7 +24,7 @@ jobs: | |
steps: | ||
- uses: eclipse-zenoh/ci/publish-crates-debian@main | ||
with: | ||
dry-run: ${{ inputs.dry-run }} | ||
live-run: ${{ inputs.live-run }} | ||
version: ${{ inputs.version }} | ||
ssh-host: [email protected] | ||
ssh-host-path: /home/data/httpd/download.eclipse.org/zenoh/debian-repo | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Publish crates (Eclipse) | |
on: | ||
workflow_call: | ||
inputs: | ||
dry-run: | ||
live-run: | ||
type: string | ||
required: true | ||
version: | ||
|
@@ -14,7 +14,7 @@ on: | |
required: true | ||
workflow_dispatch: | ||
inputs: | ||
dry-run: | ||
live-run: | ||
type: string | ||
required: true | ||
version: | ||
|
@@ -30,7 +30,7 @@ jobs: | |
steps: | ||
- uses: eclipse-zenoh/ci/publish-crates-eclipse@main | ||
with: | ||
dry-run: ${{ inputs.dry-run }} | ||
live-run: ${{ inputs.live-run }} | ||
version: ${{ inputs.version }} | ||
ssh-host: [email protected] | ||
ssh-host-path: /home/data/httpd/download.eclipse.org/${{ inputs.name }} | ||
|
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
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
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
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
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
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
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
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
Oops, something went wrong.