Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .woodpecker/build-cpp-qt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ steps:
when:
- event: tag
push_target_repo:
image: quay.io/thegeeklab/wp-git-action
image: quay.io/thegeeklab/wp-git-action:v2.2.0
settings:
path: libre-graph-api-cpp-qt-client
remote_url: https://github.com/opencloud-eu/libre-graph-api-cpp-qt-client.git
Expand All @@ -62,9 +62,7 @@ steps:
- commit
- push
followtags: true
message: ${CI_COMMIT_MESSAGE}
author_name: ${CI_COMMIT_AUTHOR}
author_email: ${CI_COMMIT_AUTHOR_EMAIL}
commit-message-from: CI_COMMIT_MESSAGE
netrc_password:
from_secret: github_token
netrc_username:
Expand Down
6 changes: 2 additions & 4 deletions .woodpecker/build-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ steps:
when:
- event: tag
push_target_repo:
image: quay.io/thegeeklab/wp-git-action
image: quay.io/thegeeklab/wp-git-action:v2.2.0
settings:
path: libre-graph-api-go
remote_url: https://github.com/opencloud-eu/libre-graph-api-go.git
Expand All @@ -62,9 +62,7 @@ steps:
- commit
- push
followtags: true
message: ${CI_COMMIT_MESSAGE}
author_name: ${CI_COMMIT_AUTHOR}
author_email: ${CI_COMMIT_AUTHOR_EMAIL}
commit-message-from: CI_COMMIT_MESSAGE
netrc_password:
from_secret: github_token
netrc_username:
Expand Down
6 changes: 2 additions & 4 deletions .woodpecker/build-php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ steps:
when:
- event: tag
push_target_repo:
image: quay.io/thegeeklab/wp-git-action
image: quay.io/thegeeklab/wp-git-action:v2.2.0
settings:
path: libre-graph-api-php
remote_url: https://github.com/opencloud-eu/libre-graph-api-php.git
Expand All @@ -62,9 +62,7 @@ steps:
- commit
- push
followtags: true
message: ${CI_COMMIT_MESSAGE}
author_name: ${CI_COMMIT_AUTHOR}
author_email: ${CI_COMMIT_AUTHOR_EMAIL}
commit-message-from: CI_COMMIT_MESSAGE
netrc_password:
from_secret: github_token
netrc_username:
Expand Down
6 changes: 2 additions & 4 deletions .woodpecker/build-typescript-axios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ steps:
when:
- event: tag
push_target_repo:
image: quay.io/thegeeklab/wp-git-action
image: quay.io/thegeeklab/wp-git-action:v2.2.0
settings:
path: libre-graph-api-typescript-axios
remote_url: https://github.com/opencloud-eu/libre-graph-api-typescript-axios.git
Expand All @@ -62,9 +62,7 @@ steps:
- commit
- push
followtags: true
message: ${CI_COMMIT_MESSAGE}
author_name: ${CI_COMMIT_AUTHOR}
author_email: ${CI_COMMIT_AUTHOR_EMAIL}
commit-message-from: CI_COMMIT_MESSAGE
netrc_password:
from_secret: github_token
netrc_username:
Expand Down