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