Skip to content

Commit 6b2eaa7

Browse files
authored
Merge pull request #6 from Martin-Keppner-O/patch-1
Add build_spec.yaml for Oracle's guideline checks
2 parents e6cc602 + 69406ed commit 6b2eaa7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: build_spec.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 0.1
2+
component: build
3+
timeoutInSeconds: 1000
4+
shell: bash
5+
6+
steps:
7+
- type: Command
8+
name: "compress the repo"
9+
command: |
10+
tar -cvzf repo.tgz ./
11+
outputArtifacts:
12+
- name: artifact
13+
type: BINARY
14+
location: ${OCI_PRIMARY_SOURCE_DIR}/repo.tgz

0 commit comments

Comments
 (0)