diff options
author | Tim Rozet <trozet@redhat.com> | 2017-05-15 14:12:18 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-05-15 14:12:18 -0400 |
commit | 02443d937d4a26e7abb22c10e6d5670895291cf2 (patch) | |
tree | a6e1841a107f5ddda06325df9635a5f0e8e316e5 /jjb/apex | |
parent | a5fb5bbc7863db32068b529d7109109e2c680f4a (diff) |
Apex: updates cache to unique name
Change-Id: I4131efd042f5d1aa4e8a5dc78b24be8ba6fbf87c
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/apex')
-rw-r--r-- | jjb/apex/apex.yml | 2 | ||||
-rw-r--r-- | jjb/apex/apex.yml.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index c3e23bae6..1e13cbda3 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -1331,7 +1331,7 @@ description: "Directory where the build artifact will be located upon the completion of the build." - string: name: CACHE_DIRECTORY - default: $HOME/opnfv/cache{gs-pathname} + default: $HOME/opnfv/apex-cache{gs-pathname} description: "Directory where the cache to be used during the build is located." - string: name: GIT_BASE diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 2e179d470..ade876c3f 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -970,7 +970,7 @@ description: "Directory where the build artifact will be located upon the completion of the build." - string: name: CACHE_DIRECTORY - default: $HOME/opnfv/cache{gs-pathname} + default: $HOME/opnfv/apex-cache{gs-pathname} description: "Directory where the cache to be used during the build is located." - string: name: GIT_BASE |