mirror of
https://github.com/imjasonh/terraform-provider-melange
synced 2026-07-22 15:52:24 +00:00
14 lines
265 B
YAML
14 lines
265 B
YAML
package:
|
|
name: a
|
|
version: 0.0.1
|
|
epoch: 0
|
|
description: basic graph example
|
|
environment:
|
|
contents:
|
|
packages:
|
|
- busybox
|
|
- b
|
|
pipeline:
|
|
- runs: |
|
|
mkdir -p ${{targets.destdir}}/usr/bin
|
|
echo "a" > ${{targets.destdir}}/usr/bin/a.txt
|