mirror of
https://github.com/rancher/os.git
synced 2025-06-23 21:47:03 +00:00
9 lines
80 B
Plaintext
9 lines
80 B
Plaintext
|
#!/bin/bash
|
||
|
set -ex
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
|
||
|
touch .make-vmware
|
||
|
|
||
|
./scripts/release
|