[tor-commits] [snowflake/main] Update .gitlab-ci.yml after refactor of client

cohosh at torproject.org cohosh at torproject.org
Wed May 12 14:51:32 UTC 2021


commit 0054cb2dec19e89e07b8c5a6d8b9d23589842deb
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Wed May 12 10:40:56 2021 -0400

    Update .gitlab-ci.yml after refactor of client
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 



More information about the tor-commits mailing list