aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2021-05-12 10:40:56 -0400
committerCecylia Bocovich <cohosh@torproject.org>2021-05-12 10:50:06 -0400
commit0054cb2dec19e89e07b8c5a6d8b9d23589842deb (patch)
tree2cefe9d41916d3e6ee162c0ab5e4cbe7b75d2f37 /.gitlab-ci.yml
parent7c9005bed3e353c4e108355abd1ed4b35099f2ea (diff)
downloadsnowflake-0054cb2dec19e89e07b8c5a6d8b9d23589842deb.tar.gz
snowflake-0054cb2dec19e89e07b8c5a6d8b9d23589842deb.zip
Update .gitlab-ci.yml after refactor of client
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7288b5f..e1a391c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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