Skip to content

Commit

Permalink
add entry-point for Cloud-Init BSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
goneri committed Dec 29, 2019
1 parent 41202f9 commit 6e50934
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
# entry-point for the Cloud-Init BSD CI

mkdir -p ~/builder
sudo mkdir -p /var/cache/pcib
sudo ./bin/pcib --config examples/openstack-openbsd66
mv /var/cache/pcib/images/openstack-openbsd66-*.img ~/builder/final.raw

0 comments on commit 6e50934

Please sign in to comment.