diff options
| author | mo khan <mo@mokhan.ca> | 2021-03-09 15:55:44 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-03-09 15:55:44 -0700 |
| commit | 8a2587798b3b3994ff733577d62483d02bdd35b2 (patch) | |
| tree | 7dfc9ad72fcc386e29dfabf154ad197d45972f7c | |
| parent | 97659c3318a01fc6d875e088b04590ee759a5eb6 (diff) | |
build path using GITHUB_WORKSPACE
| -rw-r--r-- | config/projects/spandx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/projects/spandx.rb b/config/projects/spandx.rb index 9b9f75d..b279554 100644 --- a/config/projects/spandx.rb +++ b/config/projects/spandx.rb @@ -2,7 +2,7 @@ name "spandx" maintainer "mo khan <mo@mokhan.ca>" homepage "https://github.com/spandx" -install_dir "#{default_root}/#{name}" +install_dir "#{ENV.fetch("GITHUB_WORKSPACE", default_root)}/#{name}" build_version Omnibus::BuildVersion.semver build_iteration 1 |
