Skip to content

Commit

Permalink
Merge pull request #158 from oracle/spavlusieva-patch-1
Browse files Browse the repository at this point in the history
Create build_spec.yaml
  • Loading branch information
vjovanov authored Jan 10, 2023
2 parents 4f65a5d + 1bb099a commit 49f2535
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build_spec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright (c) 2023, 2022 year, 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

0 comments on commit 49f2535

Please sign in to comment.