Update .gitlab-ci.yml after refactor of client

This commit is contained in:
Cecylia Bocovich 2021-05-12 10:40:56 -04:00
parent 7c9005bed3
commit 0054cb2dec

View file

@ -107,7 +107,7 @@ android:
- git -C $CI_PROJECT_DIR clean -fdx
- cd $CI_PROJECT_DIR/client
# gomobile builds a shared library not a CLI executable
- sed -i 's,^package main$,package snowflakeclient,' snowflake.go client_test.go
- sed -i 's,^package main$,package snowflakeclient,' snowflake.go
- gomobile bind -v -target=android .
<<: *test-template