Commit 3ae2b0b0 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 2.0.0 [skip ci]

# [2.0.0](https://gitlab.com/to-be-continuous/cypress/compare/1.2.0...2.0.0) (2021-09-02)

### Features

* Change boolean variable behaviour ([b358e3b8](https://gitlab.com/to-be-continuous/cypress/commit/b358e3b8d6e3f9ed23d782f1e78592693cbe34e6)

)

### BREAKING CHANGES

* boolean variable now triggered on explicit 'true' value

Signed-off-by: default avatarCédric OLIVIER <cedric3.olivier@orange.com>
parent 5d4ad6ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: '1.2.0'
    ref: '2.0.0'
    file: '/templates/gitlab-ci-cypress.yml'

# Pipeline steps
+2 −2
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ stages:
    fi
  }

  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update cypress "1.2.0"; fi
  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update cypress "2.0.0"; 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", "1.2.0"]
      command: ["--service", "cypress", "2.0.0"]
  stage: acceptance
  before_script:
    - *cypress-scripts