Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
add correct rancher template
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jun 27, 2022
1 parent fa16807 commit 70c571d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### 0.0.1

- bootstrap project [`981dc31`](https://github.com/eea/circularity-frontend/commit/981dc31de36c7089d5fa710cc3b7ff0b6261360a)
- Initial commit [`7e0d92c`](https://github.com/eea/circularity-frontend/commit/7e0d92c66118d97f180722f3a6427d44a8902233)
- yarn.lock [`82b3dc0`](https://github.com/eea/circularity-frontend/commit/82b3dc0545f4e4cea31c2da929a78337fa185f15)
- add cypress integration tests [`a609d2b`](https://github.com/eea/circularity-frontend/commit/a609d2b114be1ac0fa11b1684dfe6a95434a9d73)
- update JENKINSFILE [`23677f1`](https://github.com/eea/circularity-frontend/commit/23677f1d1a6dd8e113a2afc7963ac7f3f61d77af)
- update package.json [`01f1a72`](https://github.com/eea/circularity-frontend/commit/01f1a720ba680cd0b618d3c33fdf584abf0a2182)
- comment pull request for now [`0f015ec`](https://github.com/eea/circularity-frontend/commit/0f015ec5a3ec3cae200afcd28483a38804612160)
- volto-circularity-policy [`ec74293`](https://github.com/eea/circularity-frontend/commit/ec742939dd1bef41fd2f2394f6156f6dae14e363)
- add release-it config [`21f6288`](https://github.com/eea/circularity-frontend/commit/21f62881af4729386d4a264cc74abea1dfa0ff15)
- fix cpyress integration path [`56f00ac`](https://github.com/eea/circularity-frontend/commit/56f00acba659e458562ecff0d477b945c3acde15)
- Update mrs.developer.json [`c67370c`](https://github.com/eea/circularity-frontend/commit/c67370cfa7b95318694c0f2b1b0aa73215c21f25)
- Update package.json [`0ceb862`](https://github.com/eea/circularity-frontend/commit/0ceb862ba9e47b561213c9b1c125c9a67d27cf3f)
- fix missdev [`4e306f2`](https://github.com/eea/circularity-frontend/commit/4e306f25b3abc753cc9b8c0a25f21d673bd74278)
- add @eeacms/volto-sustainability-theme to dependency [`a667e03`](https://github.com/eea/circularity-frontend/commit/a667e03b5996c3b2003d2d6a37a6194ddfac0147)
- add custom package version of circularity policy [`b2e0488`](https://github.com/eea/circularity-frontend/commit/b2e04889f919fb8f6a7ed147ea4b6b78e03581aa)
- eslint [`ab3e365`](https://github.com/eea/circularity-frontend/commit/ab3e365e4630eee189b79b5e34c2c2d9b50e980f)
- make cypress generic [`748debb`](https://github.com/eea/circularity-frontend/commit/748debb26926cf4951a600f7bb0285eb8a88e4b1)
- Update Jenkinsfile [`f20a20c`](https://github.com/eea/circularity-frontend/commit/f20a20cf7e0c77a09fcad16a84d9365805bddf63)
- fix typo [`94f289d`](https://github.com/eea/circularity-frontend/commit/94f289d7576047fa454dd7391b4c601328e8b1fa)
- Update .gitignore [`a6847ac`](https://github.com/eea/circularity-frontend/commit/a6847acc87783cec52e878501d471ff97d90d3cf)
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
RANCHER_ENVID = ""
GIT_NAME = "circularity-frontend"
registry = "eeacms/circularity-frontend"
template = "templates/circularity-frontend"
template = "templates/volto-circularity"
dockerImage = ''
tagName = ''
SONARQUBE_TAG = 'circularity.eea.europa.eu'
Expand Down

0 comments on commit 70c571d

Please sign in to comment.