Skip to content

Commit

Permalink
Update pipeline releases
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli committed Sep 27, 2024
1 parent d5ff971 commit eb690d8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 23 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ RUN git config --global --add safe.directory /src
RUN npm install
RUN npm install -g netlify-cli

RUN python3 -m venv .venv
RUN . .venv/bin/activate
RUN pip3 install -r requirements.txt
RUN pip3 install -r requirements.txt --break-system-packages

ENTRYPOINT ["/usr/bin/netlify"]
CMD ["dev"]
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
"url": "https://github.com/tektoncd/website/issues"
},
"homepage": "https://tekton.dev/",
"dependencies": {},
"devDependencies": {
"autoprefixer": "10.4.0",
"postcss": "^8.3.7",
"postcss-cli": "^9.0.2"
"postcss-cli": "^9.1.0"
}
}
26 changes: 8 additions & 18 deletions sync/config/pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ archive: https://github.com/tektoncd/pipeline/tags
# header: <dict> # optional, no header added if not set
# See https://www.docsy.dev/docs/adding-content/navigation/#section-menu
tags:
- name: release-v0.61.x
displayName: v0.61.x
- name: release-v0.63.x
displayName: v0.63.x
# Dict of folders to sync
folders:
docs:
Expand All @@ -36,8 +36,8 @@ tags:
exclude:
- api-spec.md
- tutorial.md
- name: release-v0.59.x
displayName: v0.59.x-LTS
- name: release-v0.62.x
displayName: v0.62.x-LTS
# Dict of folders to sync
folders:
docs:
Expand All @@ -46,17 +46,8 @@ tags:
exclude:
- api-spec.md
- tutorial.md
- name: release-v0.56.x
displayName: v0.56.x-LTS
folders:
docs:
index: README.md
include: ['*.md']
exclude:
- api-spec.md
- tutorial.md
- name: release-v0.53.x
displayName: v0.53.x-LTS
- name: release-v0.59.x
displayName: v0.59.x-LTS
# Dict of folders to sync
folders:
docs:
Expand All @@ -65,9 +56,8 @@ tags:
exclude:
- api-spec.md
- tutorial.md
- name: release-v0.50.x
displayName: v0.50.x-LTS
# Dict of folders to sync
- name: release-v0.56.x
displayName: v0.56.x-LTS
folders:
docs:
index: README.md
Expand Down

0 comments on commit eb690d8

Please sign in to comment.