Skip to content
Snippets Groups Projects
Commit a3782bbd authored by Jason Hiser's avatar Jason Hiser
Browse files

using rsync to copy files faster

Former-commit-id: 6da9f8c4
parent 606ec967
No related branches found
No related tags found
No related merge requests found
before_script: before_script:
- "source ~gitlab-runner/cicd_support/cicd_support.shinc" - "source ~gitlab-runner/cicd_support/cicd_support.shinc"
- "git submodule sync --recursive"
- "git submodule update --recursive --init"
after_script: after_script:
- "source ~gitlab-runner/cicd_support/cicd_support.shinc" - "source ~gitlab-runner/cicd_support/cicd_support.shinc"
...@@ -11,6 +9,9 @@ do-build: ...@@ -11,6 +9,9 @@ do-build:
tags: tags:
- psz - psz
script: script:
- "# update submodules"
- "git submodule sync --recursive"
- "git submodule update --recursive --init"
- "# gather info for debugging later, probably not necessary " - "# gather info for debugging later, probably not necessary "
- "pwd" - "pwd"
- "hostname" - "hostname"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment