Try ignoring the git error
ci/woodpecker/push/build Pipeline failed Details

This commit is contained in:
Nikolai Rodionov 2024-04-01 14:41:42 +02:00
parent 9ce901554d
commit 218ffae8fb
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ steps:
environment:
- PACKAGE_NAME=softplayer/softplayer-backend
commands:
- git config --global --add safe.directory '*'
- |
if [[ "${CI_COMMIT_TAG}" ]]; then
export CUSTOM_TAG="${CI_COMMIT_TAG}";