Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit d0c87ed

Browse files
committed
Rename GRABL_ env vars in CI to FACTORY_
1 parent 225ef5a commit d0c87ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.factory/automation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ build:
225225
python3 -m pip install -U pip
226226
bazel run //tests:typedb-extractor -- typedb-all-linux
227227
./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
229229
cd tests/deployment/ && python -m unittest test && export TEST_SUCCESS=0 || export TEST_SUCCESS=1
230230
kill $(jps | awk '/TypeDBServer/ {print $1}')
231231
exit $TEST_SUCCESS
@@ -250,9 +250,9 @@ release:
250250
export ARTIFACT_PASSWORD=$REPO_VATICLE_PASSWORD
251251
bazel run @vaticle_dependencies//distribution/artifact:create-netrc
252252
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
254254
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
256256
deploy-pip-release:
257257
image: vaticle-ubuntu-20.04
258258
command: |

0 commit comments

Comments
 (0)