Skip to content

Commit

Permalink
atlasexec: att gitlab scm type (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
noamcattan authored Oct 2, 2024
1 parent 814473b commit 2a66592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atlasexec/atlas.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const (
// SCMType values.
const (
SCMTypeGithub SCMType = "GITHUB"
SCMTypeGitlab SCMType = "GITLAB"
)

// ExecutionOrder values.
Expand Down

0 comments on commit 2a66592

Please sign in to comment.