Commit 8b5e4dc5 authored by Thomas Boni's avatar Thomas Boni
Browse files

fix hub url

parent bc42b5c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ JOB_LICENSE_FILE = "LICENSE"
JOB_METADATA_FILE = "job.yml"

GITLAB_API_URL = "https://gitlab.com/api/v4/"
GO2SCALE_URL = "https://hub.go2scale.io/"
GO2SCALE_URL = "https://jobs.go2scale.io/"

# Templates variables
BUILDER_DIR = "builder"