We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a6ee2 commit 64db2b6Copy full SHA for 64db2b6
1 file changed
make.js
@@ -68,8 +68,8 @@ commander
68
.description('Deploy to AWS.')
69
.action(async () => {
70
/* Local Configuration */
71
- process.env.CI_COMMIT_REF_SLUG = 'main';
72
- process.env.CI_PIPELINE_ID = Math.round(Date.now() / 1000 / 60);
+ // process.env.CI_COMMIT_REF_SLUG = 'main';
+ // process.env.CI_PIPELINE_ID = Math.round(Date.now() / 1000 / 60);
73
/***********************/
74
75
if (!process.env.CI_COMMIT_REF_SLUG) {
0 commit comments