Update .drone.yml
parent
c30972f821
commit
a0c5cdcd0b
|
|
@ -39,6 +39,8 @@ steps:
|
||||||
- git remote add upstream git@github.com:muhep06/dgd-backupper-php.git
|
- git remote add upstream git@github.com:muhep06/dgd-backupper-php.git
|
||||||
- git pull upstream master
|
- git pull upstream master
|
||||||
- git pull upstream master --tags
|
- git pull upstream master --tags
|
||||||
|
- git add .
|
||||||
|
- git commit -m "$(git describe --abbrev=0 --tags)"
|
||||||
- git push upstream master
|
- git push upstream master
|
||||||
- git push upstream master --tags
|
- git push upstream master --tags
|
||||||
when:
|
when:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue