diff --git a/.drone.yml b/.drone.yml index 1b2da85b58..43df677aa8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: @@ -385,10 +379,10 @@ steps: -cvjf ./build/$ARTIFACT - # calculate SHA256 checksum - cd ./build - - sha256sum "$ARTIFACT" > "$ARTIFACT.sha256" + - sha256sum "$ARTIFACT" > "$ARTIFACT.sum256" - ls -lh - # output the sha256 sum for checking - - cat "$ARTIFACT.sha256" + - cat "$ARTIFACT.sum256" - sha256sum "$ARTIFACT" - name: Upload artifacts image: alpine @@ -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: @@ -484,10 +472,10 @@ steps: -cvjf ./build/$ARTIFACT - # calculate SHA256 checksum - cd ./build - - sha256sum "$ARTIFACT" > "$ARTIFACT.sha256" + - sha256sum "$ARTIFACT" > "$ARTIFACT.sum256" - ls -lh - # output the sha256 sum for checking - - cat "$ARTIFACT.sha256" + - cat "$ARTIFACT.sum256" - sha256sum "$ARTIFACT" - name: Upload artifacts image: alpine