Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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