From 8acce1bbea31d2042bc10f9d0c6913ca8e2b9568 Mon Sep 17 00:00:00 2001
From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu>
Date: Wed, 30 Dec 2020 13:08:43 -0600
Subject: [PATCH] Update badge script name

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index aeb40e6..799b303 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ build_badges:
     - tags
   before_script:
     - module load singularity/3.5.3
-    - chmod +x get-updated-badge-info.sh
+    - chmod +x get_updated_badge_info.sh
   script:
     - echo "Building badges"
     - singularity run 'docker://gudmaprbk/gudmap-rbk_base:1.0.0' bash ./workflow/scripts/get_updated_badge_info.sh
-- 
GitLab