Skip to content

Commit

Permalink
remove ..
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega committed Oct 30, 2022
1 parent 53e4fb7 commit 91cc8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const aliasLegacyEnvironmentVariables = () => {
process.env[key.replace(oldPrefix, newPrefix)] = process.env[key];
}
}

const legacyEnvironmentVariables = {
TB_CREDENTIALS: 'CML_TENSORBOARD_CREDENTIALS',
DOCKER_MACHINE: 'CML_RUNNER_DOCKER_MACHINE',
Expand Down

2 comments on commit 91cc8d6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

Please sign in to comment.