We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5cc3a commit 2a47bcaCopy full SHA for 2a47bca
services/gitlab/index.js
@@ -26,6 +26,8 @@ const gitlabMergeRequest = async (payload) => {
26
return;
27
}
28
const envs = envList.filter((env) => env.cluster == 'preprod').map((property) => property.env);
29
+ /*
30
+ @internal Temporarily disabling Auto Ephemeral Environment Creation
31
if (envs.length) {
32
try {
33
const contextDir = '/';
@@ -43,6 +45,7 @@ const gitlabMergeRequest = async (payload) => {
43
45
await commentOnGitlabMergeRequest(payload, projectId, mergeRequestId, error.message);
44
46
47
48
+ */
49
};
50
51
const gitlabPushRequest = async (payload) => {
0 commit comments