Remove unnecessary addon checkout for deployment process

This commit is contained in:
Philipp Holzer 2021-09-03 21:31:47 +02:00
parent 60fd083ea0
commit 8f0e951c1d
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
1 changed files with 0 additions and 12 deletions

View File

@ -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: