obs: wireshark: user proper OBS api url

Set the proper https://obs.osmocom.org api URL, not "obs.osmocom.org".
The latter only works on jenkins because we have set up an alias there,
but not locally without setting up the same alias.

Change-Id: I663ba4f137a57890ba9a2079ef3453bb7544de8b
This commit is contained in:
Oliver Smith 2023-03-22 12:05:58 +01:00 committed by osmith
parent 2c57e9a2fb
commit 78ca65b5d3
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ prepare_git_repo() {
update_obs_project() {
cd "$DIR"
./update_obs_project.py \
--apiurl obs.osmocom.org \
--apiurl https://obs.osmocom.org \
--docker \
--allow-unknown-package \
--git-skip-checkout \