Compare commits

...

3 commits

Author SHA1 Message Date
fd07476d62
Update docker.io/openproject/openproject Docker tag to v15.2.1
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pull_request_closed/lint Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/pull_request_closed/build Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2025-02-12 20:07:56 +00:00
0ed7d7e8b9
switch pipeline to kubernetes backend
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2025-02-12 19:59:39 +01:00
24ab8b627a
try to fix pipeline
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy unknown status
ci/woodpecker/push/test Pipeline failed
2025-02-12 19:56:16 +01:00
5 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,5 @@
labels:
backend: kubernetes
steps: steps:
- name: docker - name: docker
image: woodpeckerci/plugin-docker-buildx image: woodpeckerci/plugin-docker-buildx

View file

@ -1,6 +1,6 @@
skip_clone: true skip_clone: true
labels: labels:
backend: docker backend: kubernetes
steps: steps:
- name: bump tag in deployment-repo - name: bump tag in deployment-repo
image: git.ar21.de/aaron/debian-ci image: git.ar21.de/aaron/debian-ci

View file

@ -1,5 +1,5 @@
labels: labels:
backend: docker backend: kubernetes
steps: steps:
- name: Lint Dockerfile - name: Lint Dockerfile
image: hadolint/hadolint:latest-alpine image: hadolint/hadolint:latest-alpine

View file

@ -1,6 +1,6 @@
skip_clone: true skip_clone: true
labels: labels:
backend: docker backend: kubernetes
steps: steps:
- name: Test image (prod) - name: Test image (prod)
image: git.ar21.de/${CI_REPO}:${CI_PIPELINE_NUMBER} image: git.ar21.de/${CI_REPO}:${CI_PIPELINE_NUMBER}
@ -9,7 +9,7 @@ steps:
when: when:
- branch: main - branch: main
event: [push, manual] event: [push, manual]
- name: Test image - name: Test image (testing)
image: git.ar21.de/${CI_REPO}:testing-${CI_PIPELINE_NUMBER} image: git.ar21.de/${CI_REPO}:testing-${CI_PIPELINE_NUMBER}
commands: commands:
- echo test - echo test

View file

@ -1,2 +1,2 @@
FROM docker.io/openproject/openproject:15.2.0-slim FROM docker.io/openproject/openproject:15.2.1-slim
ADD --chmod=644 https://gist.githubusercontent.com/markasoftware/f5b2e55a2c2e3abb1f9eefcdf0bfff45/raw/148c5067e30eae04f96e3233144b4404f70ade47/enterprise_token.rb /app/app/models/enterprise_token.rb ADD --chmod=644 https://gist.githubusercontent.com/markasoftware/f5b2e55a2c2e3abb1f9eefcdf0bfff45/raw/148c5067e30eae04f96e3233144b4404f70ade47/enterprise_token.rb /app/app/models/enterprise_token.rb