From 91a7f302f6238bf61280a7990b619d344e714b51 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Wed, 24 Feb 2021 12:55:31 -0500
Subject: [PATCH] fixed path typo

---
 cicd_testing/deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cicd_testing/deploy.sh b/cicd_testing/deploy.sh
index b38357623..3366b162f 100755
--- a/cicd_testing/deploy.sh
+++ b/cicd_testing/deploy.sh
@@ -1,7 +1,7 @@
 #/bin/bash
 
 
-export PS_PATH=git.zephyr-software.com:4567/opensrc/zipr
+export PS_PATH=git.zephyr-software.com:4567/opensrc/zipr/
 export PS_TAG=zipr-bin:latest
 export DOCKER_PS=${PS_PATH}${PS_TAG}
 
-- 
GitLab