Skip to content

Commit

Permalink
Create build_spec.yaml (#14)
Browse files Browse the repository at this point in the history
Add build_spec.yaml as preparation for Oracle's GitHub repository guideline checks
  • Loading branch information
spavlusieva committed Jan 4, 2023
1 parent 928e24b commit 9ce6370
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions build_spec.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9ce6370

Please sign in to comment.