mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-14 23:18:59 +00:00
* Allow specifying secret_env in build manifest * Get secret env initialized when initializing package * Add logic to read secrets file * Make sure secrets are properly set for package when building the package * Expose scale release version variable as well * Fix typo * Make sure env variables are actually passed to the package itself * Add secrets yaml file to git ignore * Do not expose build env variables in ps output
13 lines
142 B
Plaintext
13 lines
142 B
Plaintext
/.idea/
|
|
/logs/
|
|
/sources/
|
|
/tmp/
|
|
/.buildEpoch
|
|
build/
|
|
identities/*
|
|
dist/
|
|
scale_build.egg-info/
|
|
scale_build/__pycache__/
|
|
venv-*
|
|
conf/secrets.yaml
|