mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #2971 from Human-Connection/2970-remove-github-release-script
fix: Remove github release script breaking build
This commit is contained in:
commit
bc7c3f27b8
@ -69,7 +69,3 @@ deploy:
|
||||
script: bash scripts/deploy.sh
|
||||
on:
|
||||
branch: master
|
||||
- provider: script
|
||||
script: bash scripts/github_release.sh
|
||||
on:
|
||||
branch: master
|
||||
|
||||
@ -1,16 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
ROOT_DIR=$(dirname "$0")/..
|
||||
RELEASE_DIR="${ROOT_DIR}/release"
|
||||
|
||||
VERSION=$(jq -r ".version" $ROOT_DIR/package.json)
|
||||
|
||||
# mkdir -p $RELEASE_DIR
|
||||
|
||||
# The following command part produces 854M on my machine
|
||||
# apps=(nitro-web nitro-backend neo4j maintenance-worker maintenance)
|
||||
# for app in "${apps[@]}"
|
||||
# do
|
||||
# docker image save "humanconnection/${app}:latest" | gzip > "${RELEASE_DIR}/${app}.${VERSION}.tar.gz"
|
||||
# done
|
||||
|
||||
ghr -c "${VERSION}" "${VERSION}"
|
||||
Loading…
x
Reference in New Issue
Block a user