Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/jenkins_regress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exit_code_decorator(){
# test
# decrypt profile
gpg --quiet --batch --yes --decrypt --passphrase="$GPG_KEY" --output "tests/parameters.py" scripts/parameters.py.gpg
gpg --quiet --batch --yes --decrypt --passphrase="$GPG_KEY" --output "tests/rsa_key_jenkins.p8" scripts/rsa_key_jenkins.p8.gpg

# Install protoc
pip install protoc-wheel-0==21.1 mypy-protobuf
Expand Down
Binary file modified scripts/parameters.py.gpg
Binary file not shown.
Binary file added scripts/rsa_key_jenkins.p8.gpg
Binary file not shown.
Loading