Skip to content

Commit

Permalink
Fix upload script
Browse files Browse the repository at this point in the history
  • Loading branch information
eu9ene authored Apr 29, 2022
1 parent 47ff2cc commit c313f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ echo ${CIRCLE_TAG} > latest.txt
gsutil -m cp -rZn models/prod/* gs://bergamot-models-sandbox/${CIRCLE_TAG}/
gsutil -m cp -rZn models/dev/* gs://bergamot-models-sandbox/${CIRCLE_TAG}/
gsutil -m cp -n registry.json gs://bergamot-models-sandbox/${CIRCLE_TAG}/
gsutil -m cp -n latest.txt gs://bergamot-models-sandbox/
gsutil -m cp latest.txt gs://bergamot-models-sandbox/

0 comments on commit c313f3a

Please sign in to comment.