.
This commit is contained in:
parent
9ef50093df
commit
4d34319e3a
|
@ -101,9 +101,6 @@ steps:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
image: alpine/git:latest
|
image: alpine/git:latest
|
||||||
environment:
|
|
||||||
SSH_KEY:
|
|
||||||
from_secret: SSH_KEY
|
|
||||||
commands:
|
commands:
|
||||||
- git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f'
|
- git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f'
|
||||||
- git fetch origin
|
- git fetch origin
|
||||||
|
|
Loading…
Reference in New Issue