ci should not run on master hard-coded
This commit is contained in:
Родитель
9848e70456
Коммит
f6401e7c6d
|
@ -6,7 +6,7 @@ environment:
|
|||
access_token_vso:
|
||||
secure: FlOlOHAHI9hhlrN7T1qduukWzJtIzTunHYoGHcz5lC97kTrAgqOl4sBCpzljrD2hVpJpaxp3UGQOD/8K2SQNVQ==
|
||||
install:
|
||||
- git checkout master
|
||||
- git checkout %APPVEYOR_REPO_BRANCH%
|
||||
|
||||
before_build:
|
||||
- ps: |
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
git add .
|
||||
git diff --quiet --exit-code --cached || git commit -m "Update Reference Content" && git push -u origin master && echo "Document updated"
|
||||
git diff --quiet --exit-code --cached || git commit -m "Update Reference Content" && git push && echo "Document updated"
|
||||
|
|
Загрузка…
Ссылка в новой задаче