mirror of
https://github.com/rancher/os.git
synced 2025-06-21 12:37:04 +00:00
7 lines
122 B
Bash
Executable File
7 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
cd $(dirname $0)/..
|
|
rm -rf build dist bin images/*/build state
|
|
rm -rf ./scripts/images/openstack/dist
|