File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1620,7 +1620,7 @@ jobs:
1620
1620
- run :
1621
1621
name : Check current branch to persist artifacts
1622
1622
command : |
1623
- if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "tgriesser/chore/fix -release" ]]; then
1623
+ if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "10.0 -release" ]]; then
1624
1624
echo "Not uploading artifacts or posting install comment for this branch."
1625
1625
circleci-agent step halt
1626
1626
fi
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cypress" ,
3
- "version" : " 8.7 .0" ,
3
+ "version" : " 9.0 .0" ,
4
4
"description" : " Cypress.io end to end testing tool" ,
5
5
"private" : true ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change
1
+ //
1
2
// override tty if we're being forced to
2
3
require ( './lib/util/tty' ) . override ( )
3
4
You can’t perform that action at this time.
0 commit comments