This repository has been archived by the owner on Feb 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add set-pipeline for gcp lre pipelines to pcf-pipeline update-pipelin…
…es job [#141653359]
- Loading branch information
1 parent
e68c5cc
commit baa16bb
Showing
3 changed files
with
129 additions
and
47 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
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,22 @@ | ||
--- | ||
platform: linux | ||
|
||
image_resource: | ||
type: docker-image | ||
source: | ||
repository: czero/cflinuxfs2 | ||
|
||
outputs: | ||
- name: pipeline_params | ||
|
||
params: | ||
PARAMS_RAW: | ||
|
||
run: | ||
path: bash | ||
args: | ||
- -ce | ||
- | | ||
cat > pipeline_params/params.yml <<EOF | ||
${PARAMS_RAW} | ||
EOF |