chore(ci): add no-op var to trigger pipeline
All checks were successful
DevSecOps-Multibranch/pipeline/head This commit looks good
All checks were successful
DevSecOps-Multibranch/pipeline/head This commit looks good
This commit is contained in:
@@ -14,6 +14,9 @@ const SLACK_WEBHOOK_URL = process.env.SLACK_WEBHOOK_URL;
|
||||
const MONGODB_CONNECTION = process.env.MONGODB_CONNECTION;
|
||||
const TWITTER_API_KEY = process.env.TWITTER_API_KEY;
|
||||
|
||||
// No-op variable used only to trigger CI/CD pipelines on small pushes
|
||||
const TRIGGER_PIPELINE_VAR = 'trigger-20251130';
|
||||
|
||||
const app = express();
|
||||
const PORT = process.env.PORT || 3001;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user