From 771a4f0b9fdaa663c1f6ae6e590ebbd5de699557 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Sat, 27 Apr 2019 19:19:48 -0500 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 962c228..18b97f5 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,7 @@ run_hu.cr3v2ref3.0.0: name: "$CI_JOB_NAME" when: always paths: - - binaries/ + - .nextflow.log expire_in: 2 days retry: max: 2 @@ -50,7 +50,7 @@ run_mu.cr2v2ref1.2.0: name: "$CI_JOB_NAME" when: always paths: - - binaries/ + - .nextflow.log expire_in: 2 days retry: max: 2 @@ -67,7 +67,7 @@ run_hu.cr3v3ref3.0.0: name: "$CI_JOB_NAME" when: always paths: - - binaries/ + - .nextflow.log expire_in: 2 days retry: max: 2 -- GitLab