Skip to content

Commit

Permalink
fix: pipeline parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
beliven-fabrizio-gortani committed Aug 8, 2023
1 parent 55b67f6 commit f56e957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopes/gitlab/defs.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ var defaultGitlabCreatePayload = gitlabCreateProjectRequest{
ModelExperimentAccessLevel: "disabled",
PackageRegistryAccessLevel: "enabled",
PackageRegistryEnabled: true,
OnlyAllowMergeIfPipelineSucceeds: true,
OnlyAllowMergeIfPipelineSucceeds: false,
}

var defaultGitlabMirrorCreatePayload = gitlabCreateProjectRequest{
Expand Down

0 comments on commit f56e957

Please sign in to comment.