Skip to content

Commit 645199c

Browse files
committed
fix(breaking): change circle.yml to release binary
1 parent 8eaebc3 commit 645199c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1620,7 +1620,7 @@ jobs:
16201620
- run:
16211621
name: Check current branch to persist artifacts
16221622
command: |
1623-
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "tgriesser/chore/fix-release" ]]; then
1623+
if [[ "$CIRCLE_BRANCH" != "develop" && "$CIRCLE_BRANCH" != "10.0-release" ]]; then
16241624
echo "Not uploading artifacts or posting install comment for this branch."
16251625
circleci-agent step halt
16261626
fi

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress",
3-
"version": "8.7.0",
3+
"version": "9.0.0",
44
"description": "Cypress.io end to end testing tool",
55
"private": true,
66
"scripts": {

packages/server/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//
12
// override tty if we're being forced to
23
require('./lib/util/tty').override()
34

0 commit comments

Comments
 (0)