From 1048c939acc30f139965c43f4b25589954ff6586 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 28 Apr 2017 22:22:51 +0000 Subject: [PATCH] move the imgs to /dist/artifacts/ Signed-off-by: Sven Dowideit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b08fbc8..0d00a6eb 100755 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ qcows: NAME=openstack ../../../.dapper cd scripts/images/openstack && \ APPEND="console=tty1 rancher.debug=true printk.devkmsg=on notsc clocksource=kvm-clock rancher.network.interfaces.eth0.ipv4ll rancher.cloud_init.datasources=[digitalocean] rancher.autologin=tty1 rancher.autologin=ttyS0" NAME=digitalocean ../../../.dapper - cp ./scripts/images/openstack/dist/*.img dist/ + cp ./scripts/images/openstack/dist/*.img dist/artifacts/ rpi: release # scripts/images/raspberry-pi-hypriot/dist/rancheros-raspberry-pi.zip