Skip to content
Snippets Groups Projects
Commit a70a40e0 authored by Simon McVittie's avatar Simon McVittie
Browse files

debos-runtimes: Combine three very similar steps

parent dac26740
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ actions:
{{ if $sdk }}
- action: run
label: copy manifest from platform
label: copy manifests from platform
chroot: false
command: |
set -e
......@@ -89,21 +89,9 @@ actions:
if [ -e "$RECIPEDIR/manifest.dpkg.platform" ]; then
cp "$RECIPEDIR/manifest.dpkg.platform" "$ROOTDIR/usr"
fi
- action: run
label: copy manifest from platform
chroot: false
command: |
set -e
echo
if [ -e "$RECIPEDIR/manifest.dpkg.built-using.platform" ]; then
cp "$RECIPEDIR/manifest.dpkg.built-using.platform" "$ROOTDIR/usr"
fi
- action: run
label: copy manifest from platform
chroot: false
command: |
set -e
echo
if [ -e "$RECIPEDIR/manifest.platform.deb822.gz" ]; then
cp "$RECIPEDIR/manifest.platform.deb822.gz" "$ROOTDIR/usr"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment