]> git.mxchange.org Git - friendica.git/commitdiff
Remove unnecessary addon checkout for deployment process
authorPhilipp <admin@philipp.info>
Fri, 3 Sep 2021 19:31:47 +0000 (21:31 +0200)
committerPhilipp <admin@philipp.info>
Fri, 3 Sep 2021 19:31:47 +0000 (21:31 +0200)
.drone.yml

index eb854abf2ae4f8bcfa79d064db400a954703a98d..43df677aa8dbe3d5dc406f7f624bf31ec3409d6e 100644 (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: