9 lines
No EOL
203 B
Bash
Executable file
9 lines
No EOL
203 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
V=$(git describe --tags)
|
|
|
|
zip function.zip go.mod go.sum cloudfn.go match/match.go anagram/anagram.go util/util.go
|
|
|
|
gsutil cp function.zip gs://word-search-1729-assets/cloudfn/${V}/ |