starting ws logger and logging task description

pull/218/head
Frostebite 2021-01-31 21:25:04 +00:00
parent 171c38cf30
commit 9271602943
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,7 @@ class AWS {
tasks: [task.tasks[0].taskArn], tasks: [task.tasks[0].taskArn],
cluster: clusterName, cluster: clusterName,
}).promise(); }).promise();
core.info(taskDescriptions.tasks[0]); core.info(taskDescriptions.tasks[0].toString());
// const client = new WebSocketClient('ws://'); // const client = new WebSocketClient('ws://');
// client.on('connect', (con) => { // client.on('connect', (con) => {
// con.on('message', (message) => { // con.on('message', (message) => {