fix: CI: release build, key fingerprint and LICENSES
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2023-10-05 02:37:51 +05:30
parent 5b8b9c4440
commit 73ef0dad0d
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@ pipeline:
commands:
- make migrate
- make
- make release
# - make test // requires Docker-in-Docker
# - make release
build_docker_img:
image: plugins/docker

View File

@ -26,7 +26,7 @@ DUMBSERVE_PASSWORD=$4
DUMBSERVE_HOST="https://$DUMBSERVE_USERNAME:$DUMBSERVE_PASSWORD@dl.forgeflux.org"
NAME=ftest
KEY=67880CA5F4BC99BF247330E2DA576B07BC323961
KEY=56861597C15E54520A36983A6828E4A2E5B91DB9
TMP_DIR=$(mktemp -d)
FILENAME="$NAME-$2-linux-amd64"
@ -47,9 +47,9 @@ get_bin(){
copy() {
echo "[*] Copying dist assets"
cp README.md $TARGET_DIR
cp LICENSE.md $TARGET_DIR
cp -r LICENSES/ $TARGET_DIR
cp -r config/ $TARGET_DIR
cp -r contrib/ $TARGET_DIR
# cp -r contrib/ $TARGET_DIR
mv $TARGET_DIR/config/default.toml $TARGET_DIR/config/config.toml
# mkdir $TARGET_DIR/docs