Skip to content

Commit 64db2b6

Browse files
authored
Disable local CI environment variable settings
Comment out local CI environment variable settings.
1 parent 16a6ee2 commit 64db2b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

make.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ commander
6868
.description('Deploy to AWS.')
6969
.action(async () => {
7070
/* Local Configuration */
71-
process.env.CI_COMMIT_REF_SLUG = 'main';
72-
process.env.CI_PIPELINE_ID = Math.round(Date.now() / 1000 / 60);
71+
// process.env.CI_COMMIT_REF_SLUG = 'main';
72+
// process.env.CI_PIPELINE_ID = Math.round(Date.now() / 1000 / 60);
7373
/***********************/
7474

7575
if (!process.env.CI_COMMIT_REF_SLUG) {

0 commit comments

Comments
 (0)