From 244f2a574ad3ada213ce5f04242536abf04c1909 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Sun, 11 Feb 2018 12:15:34 +0100
Subject: [PATCH] Download the after build script

---
 gitlab/install.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gitlab/install.sh b/gitlab/install.sh
index cbf16a7..1bf4f45 100755
--- a/gitlab/install.sh
+++ b/gitlab/install.sh
@@ -63,6 +63,7 @@ get_script ${1} conda_build_config.yaml
 get_script ${1} recipe_append.yaml
 get_script ${1} matplotlibrc
 get_exec ${1} before_build.sh
+get_exec ${1} after_build.sh
 for stage in "build" "deploy" "pypi"; do
   get_exec ${1} ${stage}.sh
 done
-- 
GitLab