From 5a09fffb3bba3df7a3bfec216185df9f6b820d3c Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.anjos@idiap.ch>
Date: Fri, 23 Sep 2016 14:49:32 +0200
Subject: [PATCH] Fix name

---
 templates/ci-for-cxx-extensions.yml | 2 +-
 templates/ci-for-python-only.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/ci-for-cxx-extensions.yml b/templates/ci-for-cxx-extensions.yml
index 77de944..9e14e70 100644
--- a/templates/ci-for-cxx-extensions.yml
+++ b/templates/ci-for-cxx-extensions.yml
@@ -98,7 +98,7 @@ stages:
   script:
     - ./_ci/deploy.sh
   after_script:
-    - ./_ci/after_deply.sh
+    - ./_ci/after_deploy.sh
 
 
 # 2) Package specific instructions (you may tune this if needed)
diff --git a/templates/ci-for-python-only.yml b/templates/ci-for-python-only.yml
index a26003f..b191155 100644
--- a/templates/ci-for-python-only.yml
+++ b/templates/ci-for-python-only.yml
@@ -98,7 +98,7 @@ stages:
   script:
     - ./_ci/deploy.sh
   after_script:
-    - ./_ci/after_deply.sh
+    - ./_ci/after_deploy.sh
 
 
 # 2) Package specific instructions (you may tune this if needed)
-- 
GitLab