Skip to content

Commit 3978fee

Browse files
committed
delete sdk version 2
1 parent 0bebccc commit 3978fee

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

dist/index.js

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { ECS, waitUntilServicesStable, waitUntilTasksStopped } = __nccwpck_requir
1111
const yaml = __nccwpck_require__(4083);
1212
const fs = __nccwpck_require__(7147);
1313
const crypto = __nccwpck_require__(6113);
14-
const { default: cluster } = __nccwpck_require__(5001);
14+
//const { default: cluster } = require('cluster');
1515

1616
const MAX_WAIT_MINUTES = 360; // 6 hours
1717
const WAIT_DEFAULT_DELAY_SEC = 15;
@@ -62725,14 +62725,6 @@ module.exports = require("child_process");
6272562725

6272662726
/***/ }),
6272762727

62728-
/***/ 5001:
62729-
/***/ ((module) => {
62730-
62731-
"use strict";
62732-
module.exports = require("cluster");
62733-
62734-
/***/ }),
62735-
6273662728
/***/ 6206:
6273762729
/***/ ((module) => {
6273862730

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { ECS, waitUntilServicesStable, waitUntilTasksStopped } = require('@aws-sd
55
const yaml = require('yaml');
66
const fs = require('fs');
77
const crypto = require('crypto');
8-
const { default: cluster } = require('cluster');
8+
//const { default: cluster } = require('cluster');
99

1010
const MAX_WAIT_MINUTES = 360; // 6 hours
1111
const WAIT_DEFAULT_DELAY_SEC = 15;

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"@actions/core": "^1.10.1",
2929
"@aws-sdk/client-codedeploy": "^3.598.0",
3030
"@aws-sdk/client-ecs": "^3.620.0",
31-
"aws-sdk": "^2.1664.0",
3231
"yaml": "^2.4.5"
3332
},
3433
"devDependencies": {

0 commit comments

Comments
 (0)