Skip to content
Snippets Groups Projects
Commit da984307 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.0.1 [skip ci]

parent 08619b3d
No related branches found
Tags 2.0.1
No related merge requests found
## [2.0.1](https://gitlab.com/to-be-continuous/cypress/compare/2.0.0...2.0.1) (2021-10-07)
### Bug Fixes
* use master or main for production env ([89b94f0](https://gitlab.com/to-be-continuous/cypress/commit/89b94f076f7ceb905410a2b13c04de112a778944))
## [2.0.0](https://gitlab.com/to-be-continuous/cypress/compare/1.2.0...2.0.0) (2021-09-02)
### Features
......
......@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi
```yaml
include:
- project: 'to-be-continuous/cypress'
ref: '2.0.0'
ref: '2.0.1'
file: '/templates/gitlab-ci-cypress.yml'
# Pipeline steps
......
......@@ -200,7 +200,7 @@ stages:
fi
}
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update cypress "2.0.0"; fi
if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update cypress "2.0.1"; fi
unscope_variables
# ENDSCRIPT
......@@ -216,7 +216,7 @@ cypress:
- $CYPRESS_PROJECT_DIR/.npm/
services:
- name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
command: ["--service", "cypress", "2.0.0"]
command: ["--service", "cypress", "2.0.1"]
stage: acceptance
before_script:
- *cypress-scripts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment