Encryption Travis使用openssl解密加密文件失败

Encryption Travis使用openssl解密加密文件失败,encryption,travis-ci,Encryption,Travis Ci,我有一个项目需要一些敏感数据。我已按照中指定的步骤进行操作。然而,一些构建失败,而另一些构建工作正常。 构建成功后,我会看到以下日志: Setting environment variables from repository settings $ export encrypted_2c77c0ced414c_key=[secure] $ export encrypted_2c77c0ced414c_iv=[secure] $ export encrypted_c066d37aa1a1_key=

我有一个项目需要一些敏感数据。我已按照中指定的步骤进行操作。然而,一些构建失败,而另一些构建工作正常。 构建成功后,我会看到以下日志:

Setting environment variables from repository settings
$ export encrypted_2c77c0ced414c_key=[secure]
$ export encrypted_2c77c0ced414c_iv=[secure]
$ export encrypted_c066d37aa1a1_key=[secure]
$ export encrypted_c066d37aa1a1_iv=[secure]
当构建失败时,我看不到这些环境变量。我得到了这个错误:

The command "openssl aes-256-cbc -K $encrypted_2c77c0ced414c_key -iv $encrypted_c066d37aa1a1_key -in seeds.json.enc -out tests/data/seeds.json -d" failed and exited with 1 during .