Update .drone.yml
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

Muhep Atasoy 2019-12-16 00:40:07 +03:00
parent 57a580a127
commit d3f82717d8
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ steps:
- git remote add github git@github.com:muhep06/dgd-backupper-php.git - git remote add github git@github.com:muhep06/dgd-backupper-php.git
- git pull --rebase origin master - git pull --rebase origin master
- git pull --rebase origin master --tags - git pull --rebase origin master --tags
- git push -u github master --force
- git push -u github master --tags --force - git push -u github master --tags --force
- name: build - name: build