Skip to content
Snippets Groups Projects
Commit 550f8c00 authored by Emanuele Aina's avatar Emanuele Aina Committed by Andrej Shadura
Browse files

localtest: Fix regression after package filtering improvements


Commit a27543ba "gitlab-ci: Extend filtering by package to all
retrieval jobs" broke `localtest` since `PROJECTS_NAMESPACE` was not set
and no GitLab project could be properly retrieved.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 3300212d
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@ if __name__ == "__main__":
print("set -eux")
print(f"FILTER_PACKAGES={args.filter_packages or '*'}")
print("PROJECTS_NAMESPACE=pkg")
print("ARTIFACT_URL=none")
print("TRIGGER_UPDATES=")
print("TRIGGER_FROM_JOB=")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment