fix: CI: release build, key fingerprint and LICENSES
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
5b8b9c4440
commit
73ef0dad0d
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue