diff --git a/build_spec.yaml b/build_spec.yaml new file mode 100644 index 00000000..fb0fbfc5 --- /dev/null +++ b/build_spec.yaml @@ -0,0 +1,22 @@ +# Copyright (c) 2023, 2022, Oracle and/or its affiliates. + +version: 0.1 +component: build +timeoutInSeconds: 1000 +shell: bash + +steps: + - type: Command + name: "compress the repo" + command: | + tar -cvzf ${OCI_WORKSPACE_DIR}/repo.tgz ./ +outputArtifacts: + - name: artifact + type: BINARY + location: ${OCI_WORKSPACE_DIR}/repo.tgz +Footer +© 2023 GitHub, Inc. +Footer navigation +Terms +Privacy +Security