Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Fix Travis CI build in master branch #38

Closed
JesusMtnez opened this issue Jan 24, 2020 · 3 comments
Closed

Fix Travis CI build in master branch #38

JesusMtnez opened this issue Jan 24, 2020 · 3 comments
Labels
bug Something isn't working devops good first issue Good for newcomers

Comments

@JesusMtnez
Copy link
Member

Right now, the build is failing because there is some setup missing in master branch.

@JesusMtnez JesusMtnez added bug Something isn't working good first issue Good for newcomers devops labels Jan 24, 2020
@juanpedromoreno
Copy link
Member

@JesusMtnez Is this still an issue? Thx.

@JesusMtnez
Copy link
Member Author

@juanpedromoreno It seems so. The project is missing the gpg configuration:

Logs from Travis:

$ if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then openssl aes-256-cbc -K $encrypted_ca54c9c78452_key -iv $encrypted_ca54c9c78452_iv -in secring.gpg.enc -out secring.gpg -d; fi
secring.gpg.enc: No such file or directory
139689191102104:error:02001002:system library:fopen:No such file or directory:bss_file.c:398:fopen('secring.gpg.enc','r')
139689191102104:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:400:
The command "if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then openssl aes-256-cbc -K $encrypted_ca54c9c78452_key -iv $encrypted_ca54c9c78452_iv -in secring.gpg.enc -out secring.gpg -d; fi" failed and exited with 1 during .

@juanpedromoreno
Copy link
Member

Thanks @JesusMtnez , yeah, seems like we need to generate the keys before releasing. Closing this in favor of #6

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working devops good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants