We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent affee74 commit 1512070Copy full SHA for 1512070
.grabl/automation.yml
@@ -111,10 +111,12 @@ release:
111
image: graknlabs-ubuntu-20.04
112
type: foreground
113
command: |
114
+ pyenv install -s 3.6.10
115
+ pyenv global 3.6.10 system
116
+ pip install certifi
117
export ARTIFACT_USERNAME=$REPO_GRAKN_USERNAME
118
export ARTIFACT_PASSWORD=$REPO_GRAKN_PASSWORD
119
bazel run @graknlabs_dependencies//distribution/artifact:create-netrc
- pip install certifi
120
export RELEASE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
121
bazel run @graknlabs_dependencies//tool/release:create-notes -- console $(cat VERSION) ./RELEASE_TEMPLATE.md
122
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
0 commit comments