Skip to content
Snippets Groups Projects
Commit 9f72469b authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent d33c8286
No related branches found
Tags 2 2.1 2.1.0
No related merge requests found
# [2.1.0](https://gitlab.com/to-be-continuous/puppeteer/compare/2.0.1...2.1.0) (2022-05-01)
### Features
* configurable tracking image ([dcd4ff2](https://gitlab.com/to-be-continuous/puppeteer/commit/dcd4ff2b360b27180f2b105d919e79e52c8548b5))
## [2.0.1](https://gitlab.com/to-be-continuous/puppeteer/compare/2.0.0...2.0.1) (2021-10-07)
......
......@@ -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/puppeteer'
ref: '2.0.1'
ref: '2.1.0'
file: '/templates/gitlab-ci-puppeteer.yml'
# Pipeline steps
......
......@@ -207,7 +207,7 @@ puppeteer:
- $PUPPETEER_PROJECT_DIR/.npm/
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "puppeteer", "2.0.1"]
command: ["--service", "puppeteer", "2.1.0"]
stage: acceptance
before_script:
- *puppeteer-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