This commit is contained in:
parent
f68f2bd7ea
commit
ee2b7a7091
2
.gitignore
vendored
2
.gitignore
vendored
@ -44,3 +44,5 @@ htmlcov/
|
|||||||
# Docker
|
# Docker
|
||||||
Dockerfile.local
|
Dockerfile.local
|
||||||
docker-compose.local.yml
|
docker-compose.local.yml
|
||||||
|
|
||||||
|
gitops-status-server
|
||||||
@ -30,6 +30,7 @@ steps:
|
|||||||
GIT_TOKEN:
|
GIT_TOKEN:
|
||||||
from_secret: GIT_TOKEN
|
from_secret: GIT_TOKEN
|
||||||
commands:
|
commands:
|
||||||
|
- ulimit -n 4096
|
||||||
- apk add --no-cache git yq
|
- apk add --no-cache git yq
|
||||||
- git config --global user.name "woodpecker-bot"
|
- git config --global user.name "woodpecker-bot"
|
||||||
- git config --global user.email "ci@dvirlabs.com"
|
- git config --global user.email "ci@dvirlabs.com"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user