mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
manifest: Fix URL for cerbero deps log
There was a missing 'f' prefix, so the {branch} was not expanded. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/348>
This commit is contained in:
parent
808fc283f3
commit
dec76861ea
1 changed files with 1 additions and 1 deletions
2
gitlab/build_manifest.py
Normal file → Executable file
2
gitlab/build_manifest.py
Normal file → Executable file
|
@ -50,7 +50,7 @@ def git(*args, repository_path='.'):
|
|||
def get_cerbero_last_build_info (branch : str):
|
||||
# Take the log from slowest build to reduce cache misses, the logs are
|
||||
# uploaded as soon as they are ready.
|
||||
url = "https://artifacts.gstreamer-foundation.net/cerbero-deps/{branch}/cross-ios/universal/cerbero-deps.log"
|
||||
url = f'https://artifacts.gstreamer-foundation.net/cerbero-deps/{branch}/cross-ios/universal/cerbero-deps.log'
|
||||
deps = [{'commit': None}]
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue