mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 06:36:52 +00:00
gitlab-ci: suppress ERROR: Environment variable {env: serverwebroot} is not set
This commit is contained in:
parent
259ed041f2
commit
05f9bf5a84
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ variables:
|
|||
- export PATH="$fdroidserver:$PATH"
|
||||
- export PYTHONPATH="$fdroidserver:$fdroidserver/examples"
|
||||
- export PYTHONUNBUFFERED=true
|
||||
# avoid error from the env var in config.yml
|
||||
- export serverwebroot=/tmp
|
||||
|
||||
.install_fdroid_server_deb: &install_fdroid_server_deb
|
||||
- apt-get --allow-releaseinfo-change update
|
||||
|
|
|
|||
Loading…
Reference in a new issue