Update .drone.yml
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
ce3e67f46b
commit
99a395f93c
10
.drone.yml
10
.drone.yml
|
|
@ -36,11 +36,11 @@ steps:
|
|||
- ssh-keyscan -H 'github.com' >> ~/.ssh/known_hosts
|
||||
- git pull origin master
|
||||
- git pull origin master --tags
|
||||
- git remote add github git@github.com:muhep06/dgd-backupper-php.git
|
||||
- git pull github master
|
||||
- git pull github master --tags
|
||||
- git push -u github master --force
|
||||
- git push -u github master --tags --force
|
||||
- git remote add upstream git@github.com:muhep06/dgd-backupper-php.git
|
||||
- git pull upstream master
|
||||
- git pull github upstream --tags
|
||||
- git push github upstream
|
||||
- git push github upstream --tags
|
||||
|
||||
- name: build
|
||||
image: lorisleiva/laravel-docker
|
||||
|
|
|
|||
Loading…
Reference in New Issue