This repository was archived by the owner on Oct 9, 2023. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ build:
225
225
python3 -m pip install -U pip
226
226
bazel run //tests:typedb-extractor -- typedb-all-linux
227
227
./typedb-all-linux/typedb server &
228
- python3 -m pip install --extra-index-url https://repo.vaticle.com/repository/pypi-snapshot/simple typedb-client==0.0.0-$GRABL_COMMIT
228
+ python3 -m pip install --extra-index-url https://repo.vaticle.com/repository/pypi-snapshot/simple typedb-client==0.0.0-$FACTORY_COMMIT
229
229
cd tests/deployment/ && python -m unittest test && export TEST_SUCCESS=0 || export TEST_SUCCESS=1
230
230
kill $(jps | awk '/TypeDBServer/ {print $1}')
231
231
exit $TEST_SUCCESS
@@ -250,9 +250,9 @@ release:
250
250
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
251
251
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
252
252
export NOTES_CREATE_TOKEN=$REPO_GITHUB_TOKEN
253
- bazel run @vaticle_dependencies//tool/release/notes:create -- $GRABL_OWNER $GRABL_REPO $GRABL_COMMIT $(cat VERSION) ./RELEASE_TEMPLATE.md
253
+ bazel run @vaticle_dependencies//tool/release/notes:create -- $FACTORY_OWNER $FACTORY_REPO $FACTORY_COMMIT $(cat VERSION) ./RELEASE_TEMPLATE.md
254
254
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
255
- bazel run --define version=$(cat VERSION) //:deploy-github -- $GRABL_COMMIT
255
+ bazel run --define version=$(cat VERSION) //:deploy-github -- $FACTORY_COMMIT
256
256
deploy-pip-release :
257
257
image : vaticle-ubuntu-20.04
258
258
command : |
You can’t perform that action at this time.
0 commit comments