This commit is contained in:
@@ -10,6 +10,7 @@ steps:
|
|||||||
- source: gitea_user
|
- source: gitea_user
|
||||||
target: GITEA_USER
|
target: GITEA_USER
|
||||||
commands:
|
commands:
|
||||||
|
- ls -alR
|
||||||
- git submodule update --remote
|
- git submodule update --remote
|
||||||
- if [ ! "$(git status --porcelain)" ]; then echo "no changes"; exit 0; fi
|
- if [ ! "$(git status --porcelain)" ]; then echo "no changes"; exit 0; fi
|
||||||
- git config user.name "$${GITEA_USER}"
|
- git config user.name "$${GITEA_USER}"
|
||||||
|
|||||||
Reference in New Issue
Block a user