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
Tags v0.1.3
No related merge requests found
Pipeline #274 failed with stage
in 10 seconds
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) = {
cmd: |||
/kaniko/executor
......@@ -22,7 +22,7 @@ local param_job(image, depends=[]) = {
]
};
{
"bor": param_job("",[]),
"bor": param_job("bor",[]),
"alltools": param_job("alltools", []),
"classic": param_job("classic", []),
"release": param_job("release", []),
......
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