Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc50f4b5 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal Committed by Abhishek Aggarwal
Browse files

Update .gitlab-ci.yml file

parent 114b67ee
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest"

variables:
  GIT_SUBMODULE_STRATEGY: recursive

stages:
- build

@@ -15,7 +18,7 @@ cache:
build:
  stage: build
  script:
  - ./gradlew assemble
  - ./gradlew :orbotservice:assemble :privacymoduletor:assemble
  artifacts:
    paths:
    - privacymodulesgoogle/build/outputs/aar
    - privacymoduletor/build/outputs/aar
+1 −1
Original line number Diff line number Diff line
[submodule "orbotservice"]
	path = orbotservice
	url = git@gitlab.e.foundation:e/os/orbotservice.git
	url = ../orbotservice.git
[submodule "external/jtorctl"]
	path = external/jtorctl
	url = https://github.com/guardianproject/jtorctl