The Wayback Machine - https://web.archive.org/web/20200625225727/https://github.com/topics/environment
Skip to content
#

environment

Here are 1,157 public repositories matching this topic...

p-baum
p-baum commented Mar 1, 2020

Ive tried using path and exact variants to no avail.

# /home/pbaum/.config/direnv/direnv.toml

[whitelist]
prefix = [ "/mnt/data/filesystem/home/x/Development/hosts" ]
prefix = [ "/home/x/Development/hosts" ]
exact = [ "/mnt/data/filesystem/home/x/Development/hosts/hc1/.envrc" ]
exact = [ "/home/x/Development/hosts/hc1/.envrc" ]
$ cd /home/x/Development/hosts/hc1
$ direnv
ssbarnea
ssbarnea commented Mar 24, 2017

I am wondering if autoenv could not be used in complex CI environments where we have multiple steps and where we need to save/restore status between different steps.

We are currently doing appending variables inside some env_jenkins.properties files and on some some steps (builders) and on others we do source env_jenkins.properties in order to load them.

If autoenv would work also for

plots2

Improve this page

Add a description, image, and links to the environment topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the environment topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.