good morning!!!!

Skip to content
Snippets Groups Projects
Commit 6b6ee1ef authored by a's avatar a
Browse files

Update .gitlab-ci.jsonnet

parent 83479d59
No related branches found
No related tags found
No related merge requests found
Pipeline #274 failed
Pipeline: bor

#275

    local dockerfile_name(image) = if (image == "") then ("Dockerfile") else ("Dockerfile." + image); local dockerfile_name(image) = if (image == "bor") then ("Dockerfile") else ("Dockerfile." + image);
    local param_cmd(image) = { local param_cmd(image) = {
    cmd: ||| cmd: |||
    /kaniko/executor /kaniko/executor
    ...@@ -22,7 +22,7 @@ local param_job(image, depends=[]) = { ...@@ -22,7 +22,7 @@ local param_job(image, depends=[]) = {
    ] ]
    }; };
    { {
    "bor": param_job("",[]), "bor": param_job("bor",[]),
    "alltools": param_job("alltools", []), "alltools": param_job("alltools", []),
    "classic": param_job("classic", []), "classic": param_job("classic", []),
    "release": param_job("release", []), "release": param_job("release", []),
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment