diff options
author | Tim Rozet <trozet@redhat.com> | 2016-01-16 22:40:07 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-01-16 22:40:07 -0500 |
commit | 018a375cb4303b719a340efe3b699cd2a8a89dec (patch) | |
tree | 15f7c0a12cc215afce477922e5f95d936ffb6542 | |
parent | 4e0a0d34b5c75b24278e51b47009d23bcc7ef8f0 (diff) |
apex: unblocks deploy from build trigger
Change-Id: I5f2967837262be3b92fb57cc274829d49eb4eb38
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | jjb/apex/apex.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index 326f0bbac..ccde87928 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -201,7 +201,6 @@ git-revision: false block: true - 'apex-upload-artifact' - - 'apex-workspace-cleanup' - job-template: name: 'apex-deploy-virtual-{scenario}-{stream}' @@ -236,7 +235,6 @@ use-build-blocker: true blocking-jobs: - "apex-deploy.*" - - "apex-build.*" builders: - 'apex-deploy-virtual' |