fix: CI: define PROJECT_ROOT
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
d9b1befaa2
commit
da917bce95
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ clean() {
|
|||
# $2: directory containing build assets
|
||||
# $3: Author in <author-name author@example.com> format
|
||||
write_to_branch() {
|
||||
readonly PROJECT_ROOT=$(pwd)
|
||||
cd $PROJECT_ROOT
|
||||
original_branch=$(git branch --show-current)
|
||||
tmp_dir=$(mktemp -d)
|
||||
|
|
Loading…
Reference in a new issue