Skip to content

Commit

Permalink
fix: added trying branch as exception for the new cicd system
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Jan 18, 2022
1 parent 3dc4469 commit eb226a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const branchName = require('current-git-branch');

const branchRegex = /^\w+\/(\S+\/)?VF-\d+$/;
const EXCEPTIONS = ['production', 'staging', 'master'];
const EXCEPTIONS = ['production', 'trying', 'staging', 'master'];

try {
const curBranchName = branchName();
Expand Down

0 comments on commit eb226a7

Please sign in to comment.