From d9d176949281a2279305ae5223493800b0abd3a5 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Fri, 15 Mar 2019 15:54:12 -0400 Subject: [PATCH] fixed path to irdb-sdk --- 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 5a5282f59..705369e83 100755 --- a/cicd_testing/deploy.sh +++ b/cicd_testing/deploy.sh @@ -1,6 +1,6 @@ #/bin/bash -export PS_PATH=git.zephyr-software.com:4567/allnp/irdb-sdk/ +export PS_PATH=git.zephyr-software.com:4567/opensrc/irdb-sdk/ export PS_TAG=zipr-bin:latest export DOCKER_PS=${PS_PATH}${PS_TAG} -- GitLab