File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4949 export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
5050 echo "Deploying to GitHub..."
5151 bazel run --define APPLEID=$APPLEID --define APPLEID_PASSWORD=$APPLEID_PASSWORD --define APPLE_CODE_SIGNING_CERTIFICATE_URL=$APPLE_CODE_SIGNING_CERTIFICATE_URL --define APPLE_CODE_SIGNING_PASSWORD=$APPLE_CODE_SIGNING_PASSWORD --spawn_strategy=local //:deploy-github -- $CIRCLE_SHA1
52- # echo "Deploying to Homebrew..."
53- # export DEPLOY_BREW_TOKEN=$REPO_GITHUB_TOKEN DEPLOY_BREW_USERNAME=$REPO_GITHUB_USERNAME DEPLOY_BREW_EMAIL=$REPO_GITHUB_EMAIL
54- # bazel run --define version=$(cat VERSION) //:deploy-brew -- release
52+ echo "Deploying to Homebrew..."
53+ export DEPLOY_BREW_TOKEN=$REPO_GITHUB_TOKEN DEPLOY_BREW_USERNAME=$REPO_GITHUB_USERNAME DEPLOY_BREW_EMAIL=$REPO_GITHUB_EMAIL
54+ bazel run --define version=$(cat VERSION) //:deploy-brew -- release
5555
5656 deploy-windows :
5757 executor :
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ deploy_github(
200200 archive = ":application-image" ,
201201# archive = ":hello-bundle",
202202 version_file = ":VERSION" ,
203- draft = True
203+ draft = False
204204)
205205
206206#deploy_github(
Original file line number Diff line number Diff line change 1- 2.2.0
1+ 2.4.0-alpha
Original file line number Diff line number Diff line change 1616#
1717
1818deployment = {
19- 'github.organisation' : 'alexjpwalker ' ,
20- 'github.repository' : 'typedb-workbase '
19+ 'github.organisation' : 'vaticle ' ,
20+ 'github.repository' : 'typedb-studio '
2121}
You can’t perform that action at this time.
0 commit comments