From d161805330befe13c5f4a89dfec211fd983b89b4 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Sun, 11 Feb 2018 12:28:24 +0100 Subject: [PATCH] Add an after_build step --- templates/gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/gitlab-ci.yml b/templates/gitlab-ci.yml index 26f091c..7622b06 100644 --- a/templates/gitlab-ci.yml +++ b/templates/gitlab-ci.yml @@ -24,6 +24,8 @@ stages: - ./_ci/before_build.sh script: - ./_ci/build.sh + after_script: + - ./_ci/after_build.sh cache: &build_caches paths: - miniconda.sh -- GitLab