-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(updatecli): track
get-fileshare-signed-url.sh
script content (#…
…1086) * chore(updatecli): track `get-fileshare-signed-url.sh` script content * add a dummy comment to the script to test the manifest in situ * Update updatecli/updatecli.d/get-fileshare-signed-url.yml --------- Co-authored-by: Damien Duportal <[email protected]>
- Loading branch information
1 parent
7c91d49
commit dfede5f
Showing
2 changed files
with
41 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
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,39 @@ | ||
--- | ||
name: Update get-fileshare-signed-url.sh script content | ||
|
||
scms: | ||
default: | ||
kind: github | ||
spec: | ||
user: "{{ .github.user }}" | ||
email: "{{ .github.email }}" | ||
owner: "{{ .github.owner }}" | ||
repository: "{{ .github.repository }}" | ||
token: "{{ requiredEnv .github.token }}" | ||
username: "{{ .github.username }}" | ||
branch: "{{ .github.branch }}" | ||
|
||
sources: | ||
lastScriptContent: | ||
kind: file | ||
name: Get the latest script content from jenkins-infra/pipeline-library | ||
spec: | ||
file: https://raw.githubusercontent.com/jenkins-infra/pipeline-library/master/resources/get-fileshare-signed-url.sh | ||
|
||
targets: | ||
updateScriptContent: | ||
name: Update script content | ||
kind: file | ||
spec: | ||
file: provisioning/get-fileshare-signed-url.sh | ||
scmid: default | ||
|
||
actions: | ||
default: | ||
kind: github/pullrequest | ||
title: Update `get-fileshare-signed-url.sh` script content | ||
scmid: default | ||
spec: | ||
labels: | ||
- enhancement | ||
- get-fileshare-signed-url |