Fix gitlab CI to work with multiple client .go files

This commit is contained in:
Cecylia Bocovich 2022-04-11 11:50:36 -04:00
parent d807e9d370
commit aab806429f
No known key found for this signature in database
GPG key ID: 009DE379FD9B7B90
2 changed files with 2 additions and 2 deletions

View file

@ -135,7 +135,7 @@ android:
- cd $CI_PROJECT_DIR/client
# gomobile builds a shared library not a CLI executable
- sed -i 's,^package main$,package snowflakeclient,' snowflake.go
- sed -i 's,^package main$,package snowflakeclient,' *.go
- go get golang.org/x/mobile/bind
- gomobile bind -v -target=android $REPRODUCIBLE_FLAGS .