diff --git a/.circleci/config.yml b/.circleci/config.yml index 7aac5265cfe52..e79c672cad864 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,8 @@ executors: environment: # install Cypress in Linux-like cache folder CYPRESS_CACHE_FOLDER: '~/.cache/Cypress' + NX_BRANCH: << pipeline.git.branch >> + NX_RUN_GROUP: << pipeline.number >> docker: - image: circleci/node:12-browsers diff --git a/package.json b/package.json index 85a944ebad9e7..f0adcb1dfb223 100644 --- a/package.json +++ b/package.json @@ -235,7 +235,7 @@ "worker-plugin": "3.2.0", "yargs": "15.4.1", "zone.js": "^0.10.0", - "@nrwl/nx-cloud": "10.1.0-beta.2" + "@nrwl/nx-cloud": "^10.1.1" }, "author": "Victor Savkin", "license": "MIT", @@ -249,4 +249,4 @@ "pre-push": "yarn checkcommit && yarn documentation && pretty-quick --check" } } -} \ No newline at end of file +} diff --git a/yarn.lock b/yarn.lock index b1120eda205c8..fda4b3c686abb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2354,10 +2354,10 @@ webpack-merge "4.2.1" webpack-node-externals "1.7.2" -"@nrwl/nx-cloud@10.1.0-beta.2": - version "10.1.0-beta.2" - resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-10.1.0-beta.2.tgz#221bcec27c2a0461fb365b62fc279bf6ef345cf1" - integrity sha512-b9jN/9cFIvUIBRDhihmvxkCEaVxHlsYsoZ1zHdU8m7LZed0W4i1mFKO5eMvcD5YVp6mkEvZ8iYAZ9vAQsouffA== +"@nrwl/nx-cloud@^10.1.1": + version "10.1.1" + resolved "https://registry.yarnpkg.com/@nrwl/nx-cloud/-/nx-cloud-10.1.1.tgz#bfb3e70b8ffdf190e82622f7822792ef1e108ae0" + integrity sha512-R7vDsI/5RveiqAMPc16QYNPD29LiHe3fJgDXW4n4qjDLEq2nOtn1MOlMM0T4kH7hqhL5UIuZ2GipafMuui+ykw== dependencies: axios "^0.19.0" node-machine-id "^1.1.12"