Skip to content

Commit a6b1aa0

Browse files
authored
Create build_spec.yaml
1 parent ced2991 commit a6b1aa0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

build_spec.yaml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright (c) 2022, 2023, 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

0 commit comments

Comments
 (0)