mirror of
https://github.com/rancher/os.git
synced 2025-05-15 11:29:28 +00:00
4 lines
105 B
Bash
4 lines
105 B
Bash
|
#!/bin/bash
|
||
|
. ./scripts/version
|
||
|
gsutil -m cp -r dist/artifacts/* gs://releases.rancher.com/os/${VERSION}
|