1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

Fix installer build

This commit is contained in:
Ivan Mikushin
2016-06-13 16:33:07 -07:00
parent 07d475cecb
commit a640bdb758
8 changed files with 27 additions and 26 deletions

View File

@@ -2,6 +2,8 @@
# help: Run Python based integration tests
set -e
source $(dirname $0)/version
cd $(dirname $0)/../tests/integration
if [ ! -e ../../dist/artifacts/initrd ]; then