Remove unnecessary addon checkout for deployment process

pull/10662/head
Philipp 2021-09-03 21:31:47 +02:00
rodzic 60fd083ea0
commit 8f0e951c1d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9A28B7D4FF5667BD
1 zmienionych plików z 0 dodań i 12 usunięć

Wyświetl plik

@ -343,12 +343,6 @@ node:
node: releaser # This prevents executing this pipeline at other servers than drone.friendi.ca
steps:
- name: Clone addon
image: alpine/git
commands:
- git clone https://github.com/friendica/friendica-addons ./addon
- cd ./addon
- git checkout $DRONE_REPO_BRANCH
- name: Restore cache
image: meltwater/drone-cache:dev
settings:
@ -440,12 +434,6 @@ node:
node: releaser # This prevents executing this pipeline at other servers than drone.friendi.ca
steps:
- name: Clone addon
image: alpine/git
commands:
- git clone https://github.com/friendica/friendica-addons ./addon
- cd ./addon
- git checkout $DRONE_REPO_BRANCH
- name: Restore cache
image: meltwater/drone-cache:dev
settings: