parent
044b8da55a
commit
5fc7d033f9
288 changed files with 13040 additions and 1 deletions
9
bots/images/scripts/continuous-atomic.bootstrap
Executable file
9
bots/images/scripts/continuous-atomic.bootstrap
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#! /bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
url="https://cloud.centos.org/centos/7/atomic/images"
|
||||
prefix="CentOS-Atomic-Host-GenericCloud.qcow2"
|
||||
|
||||
BASE=$(dirname $0)
|
||||
$BASE/atomic.bootstrap "$1" "$url" "$prefix"
|
||||
Loading…
Add table
Add a link
Reference in a new issue