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

Commit 5c430664 authored by Patrick Lang's avatar Patrick Lang
Browse files

Update .gitlab-ci.yml file, added CURL: - curl -XPOST -d...

Update .gitlab-ci.yml file, added CURL:   - curl -XPOST -d 'email=gitlab%40bitfire.at&password=$DAVTEST_TOKEN&action=Request+access' 'https://davtest.dev001.net/access/'
parent d9d593a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
image: registry.gitlab.com/bitfireat/docker-android-emulator:latest

before_script:
  - curl -XPOST -d 'email=gitlab%40bitfire.at&password=$DAVTEST_TOKEN&action=Request+access' 'https://davtest.dev001.net/access/'
  - git submodule update --init --recursive
  - export GRADLE_USER_HOME=`pwd`/.gradle; chmod +x gradlew