зеркало из https://github.com/mozilla/fxa.git
fix(script): remove oauth server from update script
This commit is contained in:
Родитель
dd4439be3b
Коммит
fcc37d08bf
|
@ -12,7 +12,6 @@ git pull https://github.com/mozilla/fxa-local-dev.git master
|
|||
(cd fxa-email-service && git checkout master && git pull origin master && npm ci && cd ..) || echo "fxa-email-service update failed"
|
||||
|
||||
(cd browserid-verifier && git checkout master && git pull origin master && npm ci && cd ..)|| echo "browserid update failed"
|
||||
(cd fxa-oauth-server && git checkout master && git pull origin master && npm ci && cd ..) || echo "fxa-oauth-server update failed"
|
||||
|
||||
(cd fxa-profile-server && git checkout master && git pull origin master && npm ci && cd ..) || echo "fxa-profile-server update failed"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче