From 2f744d74fb5109a3ebf0f8bf1fb25dd9c706c153 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdh8d@virginia.edu>
Date: Fri, 9 Nov 2018 11:16:03 -0800
Subject: [PATCH] updated to try to set build results as a gitlab -artifact-

---
 cicd_tests/do-build.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cicd_tests/do-build.sh b/cicd_tests/do-build.sh
index 280279b..987f9af 100755
--- a/cicd_tests/do-build.sh
+++ b/cicd_tests/do-build.sh
@@ -29,8 +29,8 @@ main()
 	dropdb $PGDATABASE 2>/dev/null || true ; ./postgres_setup.sh
 
 	cd $orig_dir
-	rm -rf ps-install-OS
-	cp $CICD_MODULE_WORK_DIR/peasoup_umbrella/installed ps-install-$OS
+	rm -rf ps-install-$OS
+	cp -R $CICD_MODULE_WORK_DIR/peasoup_umbrella/installed ps-install-$OS
 }
 
 main "$@"
-- 
GitLab