scottwernervt / cloudstorage

Unified cloud storage API for storage services.
http://cloudstorage.readthedocs.io/en/latest/
MIT License
93 stars 27 forks source link

Pull requests fail due to missing environment variable $encrypted_ #38

Closed scottwernervt closed 5 years ago

scottwernervt commented 5 years ago

User pull request will fail because environment variable $encrypted_12e75a453f27_key and encrypted_12e75a453f27_iv are missing:

$ python --version
Python 3.6.3
$ pip --version
pip 9.0.1 from /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages (python 3.6)
0.02s
$ openssl aes-256-cbc -K $encrypted_12e75a453f27_key -iv $encrypted_12e75a453f27_iv -in gcs-service-account.json.enc -out gcs-service-account.json -d
iv undefined
The command "openssl aes-256-cbc -K $encrypted_12e75a453f27_key -iv $encrypted_12e75a453f27_iv -in gcs-service-account.json.enc -out gcs-service-account.json -d" failed and exited with 1 during .
Your build has been stopped.

See https://travis-ci.org/scottwernervt/cloudstorage/jobs/471750461