From 6da9f8c405822e92353caf90233c6909b3929df6 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdh8d@virginia.edu> Date: Tue, 6 Nov 2018 18:24:43 -0800 Subject: [PATCH] using rsync to copy files faster --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8adf5e6f..1214011df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,5 @@ before_script: - "source ~gitlab-runner/cicd_support/cicd_support.shinc" - - "git submodule sync --recursive" - - "git submodule update --recursive --init" after_script: - "source ~gitlab-runner/cicd_support/cicd_support.shinc" @@ -11,6 +9,9 @@ do-build: tags: - psz script: + - "# update submodules" + - "git submodule sync --recursive" + - "git submodule update --recursive --init" - "# gather info for debugging later, probably not necessary " - "pwd" - "hostname" -- GitLab