Compare commits

..

1 commit
main ... new-ci

Author SHA1 Message Date
2e66cc4fd0
fix workdir
Some checks failed
ci/woodpecker/push/woodpecker/2 Pipeline failed
ci/woodpecker/push/woodpecker/1 Pipeline failed
2024-09-24 22:55:25 +02:00
3 changed files with 41 additions and 45 deletions

View file

@ -2,9 +2,8 @@ when:
- event: [push, manual] - event: [push, manual]
matrix: matrix:
NEXTCLOUD_VERSION: NEXTCLOUD_VERSION:
- 30
- 29
- 28 - 28
- 29
steps: steps:
- name: patch - name: patch
image: debian image: debian

View file

@ -13,6 +13,6 @@ sed -i "$(awk '/^ENTRYPOINT /{line=NR} END{print line}' Dockerfile)s+^+# begin o
echo "==> determine tags" echo "==> determine tags"
full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile) full_version=$(grep -oP '(?<=^ENV NEXTCLOUD_VERSION ).*' Dockerfile)
echo "==> found $full_version" echo "==> found $full_version"
echo "$full_version" > .tags
cd $WORKDIR cd $WORKDIR
cp -r nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* . cp nextcloud-docker/$NEXTCLOUD_VERSION/fpm/* .
echo "$full_version, $NEXTCLOUD_VERSION" > .tags

View file

@ -1,3 +0,0 @@
30.0.2
29.0.9
28.0.12