7 lines
146 B
YAML
7 lines
146 B
YAML
pipeline:
|
|
deploy:
|
|
image: alpine/git
|
|
commands:
|
|
- cd ${DEPLOY_PATH}
|
|
- git config --global --add safe.directory ${DEPLOY_PATH}
|