question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Travis env variables

See original GitHub issue

After upgrading to latest version environmental variables stopped working.

It was working fine on "semantic-release": "^15.7.1" and "@semantic-release/git": "^6.0.1" as shown in this commit (signed remotely via gpg): https://github.com/azdanov/azdanov.github.io/commit/c1763ce1eafedf172102ebbdb479732519de6f99

After updating to "@semantic-release/git": "^7.0.0" and "semantic-release": "^15.8.0" env variables are ignored. For example here (could not sign since submitted by a bot): https://github.com/azdanov/azdanov.github.io/commit/2419e04572710c7cdc3bcff4a6a20a2e8f532dc9.

Am I missing something with the new update?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
pvdlgcommented, Jul 18, 2018

Nervermind, I think I found the bug. I’ll release a fix tonight.

0reactions
azdanovcommented, Jul 18, 2018

Just in case, here’s my variables.

screen shot 2018-07-18 at 19 00 17
Read more comments on GitHub >

github_iconTop Results From Across the Web

Environment Variables - Travis CI Docs
To define variables in Repository Settings, make sure you're logged in, navigate to the repository in question, choose “Settings” from the “More options”...
Read more >
Set Your Travis CI Environment Variable - Veracode Docs
Setting an environment variable in Travis CI occurs on a per-repository basis. Steps In Travis CI, select the repository you want to scan....
Read more >
Travis CI - Percy Docs
In your Travis repository go to Settings > Environment Variables. Then set. PERCY_TOKEN to the write-only token from your Percy project. This token...
Read more >
Unable to access environment variables in Travis CI
I am using my .travis.yml file to run some unit tests I have written which require my Mongo URI which is stored in...
Read more >
Retrieving forgotten environment variables from Travis CI
When using a CI server, you'll often need a way to use highly sensitive strings (e.g. signing keys, API keys, passwords), whilst minimising ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found