Skip to content

Commit b8728db

Browse files
committed
Sample app pipeline migration to SPS
Signed-off-by: Melissa Lee <halim.lee@ibm.com>
1 parent 83b4466 commit b8728db

11 files changed

Lines changed: 31 additions & 748 deletions

.ci-orchestrator/sample-liberty-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ triggers:
99
- name: BRANCH
1010
defaultValue: "main"
1111
- name: command
12-
defaultValue: "make build-app-pipeline IMAGE=${IMAGE}"
12+
defaultValue: "scripts/build-app.sh --image ${IMAGE}"
1313
- name: IMAGE
1414
defaultValue: "stg.icr.io/cp/olc-sample/open-liberty/samples/getting-started:latest"
1515

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ MANIFEST.MF
1717

1818
# Zip files
1919
*.zip
20+
21+
.secrets.baseline

.one-pipeline.yaml

Lines changed: 0 additions & 291 deletions
This file was deleted.

0 commit comments

Comments
 (0)