Skip to content

Commit ab27b65

Browse files
Add build_spec.yaml for Oracle's guideline checks (#557)
Add build_spec.yaml as preparation for Oracle's GitHub repository guideline checks
1 parent 5998f40 commit ab27b65

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

build_spec.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright (c) 2022, Oracle and/or its affiliates.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at
3+
# https://oss.oracle.com/licenses/upl.
4+
5+
version: 0.1
6+
component: build
7+
timeoutInSeconds: 1000
8+
shell: bash
9+
10+
steps:
11+
- type: Command
12+
name: "compress the repo"
13+
command: |
14+
tar -cvzf repo.tgz ./
15+
outputArtifacts:
16+
- name: artifact
17+
type: BINARY
18+
location: ${OCI_PRIMARY_SOURCE_DIR}/repo.tgz

0 commit comments

Comments
 (0)