From 4bf9162e5ea209bb823f4106ec590c835f74af7f Mon Sep 17 00:00:00 2001 From: noamcattan Date: Wed, 2 Oct 2024 11:17:47 +0300 Subject: [PATCH] atlasexec: att gitlab scm type --- atlasexec/atlas.go | 1 + 1 file changed, 1 insertion(+) diff --git a/atlasexec/atlas.go b/atlasexec/atlas.go index 6859d60..2def510 100644 --- a/atlasexec/atlas.go +++ b/atlasexec/atlas.go @@ -83,6 +83,7 @@ const ( // SCMType values. const ( SCMTypeGithub SCMType = "GITHUB" + SCMTypeGitlab SCMType = "GITLAB" ) // ExecutionOrder values.