merge-requests/31/head test_v113
Paul Traina 2020-11-11 19:15:37 -08:00
rodzic 54ab0a171a
commit 022c0049db
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -81,7 +81,7 @@ staging_upload:
- echo "This will be the upload script for $CI_COMMIT_TAG"
- echo copying to $GCLOUD_DEPLOY_PATH
- gcloud auth activate-service-account --key-file $GCLOUD_SERVICE_ACCOUNT
- cd build; gsutil -m rsync * $GCLOUD_DEPLOY_PATH
- cd build; gsutil -m rsync . $GCLOUD_DEPLOY_PATH
# this only creates a "source code release" -- gitlab doesn't specify binaries
# except as links to external storage, which is suboptimal for now