We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5998f40 commit ab27b65Copy full SHA for ab27b65
build_spec.yaml
@@ -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