diff options
author | agardner <agardner@linuxfoundation.org> | 2018-03-08 15:35:32 -0500 |
---|---|---|
committer | agardner <agardner@linuxfoundation.org> | 2018-03-08 15:35:59 -0500 |
commit | 915fa6616ac00461ba28732669a6d7e320a3e090 (patch) | |
tree | f88425bf7ebd23fbfa52be169da07673883959b7 /jjb | |
parent | a3fae75c6dbd58ceb68fd774af703d766962c687 (diff) |
Nothing change to apex job to kick it into working
Change-Id: I88f33b7dcdf8f4d0a3aa3f8d46a07f10c62e6ae9
Signed-off-by: agardner <agardner@linuxfoundation.org>
Diffstat (limited to 'jjb')
-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 cf29b928c..1113b4bbb 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -903,7 +903,7 @@ - string: name: SSH_KEY default: /root/.ssh/id_rsa - description: 'SSH key to use for Apex' + description: 'SSH key to use for Apex.' properties: - logrotate-default diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index ab65c4e2b..3ee91ba2b 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -781,7 +781,7 @@ - string: name: SSH_KEY default: /root/.ssh/id_rsa - description: 'SSH key to use for Apex' + description: 'SSH key to use for Apex.' properties: - logrotate-default |