99
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
47d21392bd
commit
3a17a92d05
|
@ -19,7 +19,8 @@ steps:
|
||||||
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 log -n 1
|
- git log -n 1
|
||||||
- git checkout -b master
|
- git fetch
|
||||||
|
- git checkout master
|
||||||
- git log -n 1
|
- git log -n 1
|
||||||
- git pull origin master
|
- git pull origin master
|
||||||
- git log -n 1
|
- git log -n 1
|
||||||
|
|
Loading…
Reference in New Issue