Skip to content

Commit 69406ed

Browse files
Add build_spec.yaml for Oracle's guideline checks
Create build_spec.yaml for automatically running Oracle's guideline checks
1 parent e6cc602 commit 69406ed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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)