Skip to content
Snippets Groups Projects

Drop buggy action in sample image

Merged Walter Lozano requested to merge wip/wlozano/backport-fix into apertis/v2022
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
@@ -66,12 +66,6 @@ actions:
chroot: false
command: find ${ROOTDIR} -maxdepth 1 -mindepth 1 -exec rm -rf {} \;
# Run scripts to customize your rootfs
- action: run
description: "Customize image version metadata"
chroot: true
script: scripts/setup_image_version.sh {{ $osname }} {{ $suite }} '{{ $timestamp }}' mycompany {{ $type }}
# Package up everything in a image
- action: recipe
description: Create image {{ $image }} for {{ $suite }} {{ $type }} {{ $architecture }}
Loading