From 2e323dbad79ae65fd6f49c433fe2c39d8e8ed509 Mon Sep 17 00:00:00 2001 From: Oleksandra Pavlusieva Date: Wed, 4 Jan 2023 11:29:05 +0200 Subject: [PATCH] Create build_spec.yaml Add build_spec.yaml as preparation for Oracle's GitHub repository guideline checks --- build_spec.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 build_spec.yaml 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