8 lines
118 B
Bash
8 lines
118 B
Bash
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
|
|
#Deliver stage
|
|
cp buildroot-2020.02.10/output/images/bzImage bin/provisioning-image-amd64
|
|
|