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:
@@ -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")"
|
||||
|
Reference in New Issue
Block a user