avoid "cannot unmarshal 'map[echo 'step:set_path_for_branch']'"
vielleicht stört Woodpecker der zweite : (Doppelpunkt)?
This commit is contained in:
parent
7607981d78
commit
1dd11d96de
|
@ -3,7 +3,7 @@ steps:
|
|||
- name: set_path_for_branch
|
||||
image: alpine
|
||||
commands:
|
||||
- echo 'step: set_path_for_branch'
|
||||
- echo 'Schritt.01. set_path_for_branch'
|
||||
- echo "PATH_FOR_BRANCH=$CI_COMMIT_BRANCH" >> environment_variables
|
||||
- cat environment_variables
|
||||
- sed "s+'//oer.community/'+'//oer.community/sb/${CI_COMMIT_BRANCH}/'+" sb/hugo.yaml > hugo-changed.yaml
|
||||
|
|
Loading…
Reference in a new issue