Secrets config for CI/CD

This commit is contained in:
Yegor Vialov
2020-04-09 17:10:21 +00:00
parent a934ee2335
commit 89513ca4e5
4 changed files with 15 additions and 4 deletions

View File

@ -3,7 +3,7 @@ image:
tasks:
- before: |
export PATH=$FLUTTER_HOME/bin:$ANDROID_HOME/bin:$ANDROID_HOME/platform-tools:$PATH
export PATH=$FLUTTER_HOME/bin:$FLUTTER_HOME/bin/cache/dart-sdk/bin:$ANDROID_HOME/bin:$ANDROID_HOME/platform-tools:$PATH
mkdir -p /home/gitpod/.android
touch /home/gitpod/.android/repositories.cfg
init: |