Skip to content

Commit bfe1d11

Browse files
authored
Create build_spec.yaml (#36)
Add build_spec.yaml as preparation for Oracle's GitHub repository guideline checks
1 parent 6a2f60d commit bfe1d11

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

build_spec.yaml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Copyright (c) 2023, 2022, Oracle and/or its affiliates.
2+
3+
version: 0.1
4+
component: build
5+
timeoutInSeconds: 1000
6+
shell: bash
7+
8+
steps:
9+
- type: Command
10+
name: "compress the repo"
11+
command: |
12+
tar -cvzf ${OCI_WORKSPACE_DIR}/repo.tgz ./
13+
outputArtifacts:
14+
- name: artifact
15+
type: BINARY
16+
location: ${OCI_WORKSPACE_DIR}/repo.tgz
17+
Footer
18+
© 2023 GitHub, Inc.
19+
Footer navigation
20+
Terms
21+
Privacy
22+
Security

0 commit comments

Comments
 (0)