Skip to content

Commit

Permalink
fix english urls, remove docker cache as it does not improve build time
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikke Schirén committed Jan 19, 2024
1 parent 93510a7 commit cbe9731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variables:
TAG: $CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA
IMAGE_NAME: "$IMAGE:$TAG"
DOCKER_IMAGE: "$IMAGE_NAME"
KANIKO_CACHE_ARGS: "--cache=true --cache-copy-layers=true --cache-ttl=24h"
KANIKO_CACHE_ARGS: ""

stages:
- build
Expand Down
4 changes: 2 additions & 2 deletions locales/en/routes.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"about-website": {
"path": "/about-this-website",
"path": "about-this-website",
"title": "About website"
},
"accessibility": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"title": "Statistics"
},
"about-us": {
"path": "/about-us",
"path": "about-us",
"title": "About us"
},
"api_explore": {
Expand Down

0 comments on commit cbe9731

Please sign in to comment.