99
continuous-integration/drone/push Build is failing Details

This commit is contained in:
giles 2023-10-19 00:47:06 +01:00
parent 47d21392bd
commit 3a17a92d05
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ steps:
commands:
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
- git log -n 1
- git checkout -b master
- git fetch
- git checkout master
- git log -n 1
- git pull origin master
- git log -n 1