mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
buildserver: setup-env-vars: add var for ~vagrant for CI jobs
The CI jobs need to do a little setup based on the 'vagrant' user's $HOME.
This commit is contained in:
parent
57447f18e1
commit
4e310e3a59
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ echo "# generated on "`date` > $bsenv
|
|||
echo export ANDROID_HOME=$1 >> $bsenv
|
||||
echo 'export PATH=$PATH:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools:/opt/gradle/bin' >> $bsenv
|
||||
echo "export DEBIAN_FRONTEND=noninteractive" >> $bsenv
|
||||
echo 'export home_vagrant=/home/vagrant' >> $bsenv
|
||||
echo 'export fdroidserver=$home_vagrant/fdroidserver' >> $bsenv
|
||||
|
||||
chmod 0644 $bsenv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue