Merge pull request #10662 from nupplaphil/feat/drone_release_followup

Drone release fixings
This commit is contained in:
Hypolite Petovan 2021-09-03 16:09:56 -04:00 committed by GitHub
commit c0b2f5d960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 16 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:
@ -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