mirror of
https://github.com/rancher/os.git
synced 2025-06-04 04:40:16 +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}
|