mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-10 06:26:57 +02:00
Merge pull request #76 from philips/add-copy-box
feat(core_upload_update): copy stuff to channel URL
This commit is contained in:
commit
b324d3d215
@ -74,3 +74,8 @@ core-admin new-version \
|
||||
-v ${FLAGS_version} \
|
||||
-m "${OUTPUT_DIR}/update.metadata" \
|
||||
-t ${FLAGS_track} -p $MD5SUM "${OUTPUT_DIR}/update.gz"
|
||||
|
||||
# Copy the vagrant boxes and pre-built images over to the track mirror
|
||||
gsutil cp \
|
||||
"gs://storage.core-os.net/coreos/amd64-generic/${FLAGS_version}/*" \
|
||||
"gs://storage.core-os.net/coreos/amd64-generic/${FLAGS_track}/"
|
||||
|
Loading…
Reference in New Issue
Block a user