1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-09 13:50:56 +02:00

remove apt and brew build scripts

This commit is contained in:
Nick Sweeting
2024-10-05 02:16:17 -07:00
parent 943a1247df
commit 171fbe4cf2
9 changed files with 8 additions and 224 deletions

View File

@@ -18,20 +18,16 @@ cd "$REPO_DIR"
# ./bin/lint.sh
# ./bin/test.sh
# Run all the build scripts
./bin/build_git.sh
./bin/build_docs.sh
./bin/build_pip.sh
./bin/build_deb.sh
./bin/build_brew.sh
./bin/build_docker.sh
# # Run all the build scripts
# ./bin/build_git.sh
# ./bin/build_docs.sh
# ./bin/build_pip.sh
# ./bin/build_docker.sh
# Push relase to public repositories
./bin/release_git.sh
./bin/release_docs.sh
./bin/release_pip.sh
./bin/release_deb.sh
./bin/release_brew.sh
./bin/release_docker.sh
VERSION="$(jq -r '.version' < "$REPO_DIR/package.json")"