Skip to content

Commit 2a47bca

Browse files
authored
chore : temporarily disabling auto ephemeral environment creation
1 parent 3f5cc3a commit 2a47bca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/gitlab/index.js

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ const gitlabMergeRequest = async (payload) => {
2626
return;
2727
}
2828
const envs = envList.filter((env) => env.cluster == 'preprod').map((property) => property.env);
29+
/*
30+
@internal Temporarily disabling Auto Ephemeral Environment Creation
2931
if (envs.length) {
3032
try {
3133
const contextDir = '/';
@@ -43,6 +45,7 @@ const gitlabMergeRequest = async (payload) => {
4345
await commentOnGitlabMergeRequest(payload, projectId, mergeRequestId, error.message);
4446
}
4547
}
48+
*/
4649
};
4750

4851
const gitlabPushRequest = async (payload) => {

0 commit comments

Comments
 (0)