Skip to content
Snippets Groups Projects
Commit be907b59 authored by Andrew Kapuscinski's avatar Andrew Kapuscinski
Browse files

set git submodule strategy to recursive in the ci for pycapo pex building

parent 3c2478a4
No related branches found
No related tags found
1 merge request!483set git submodule strategy to recursive in the ci for pycapo pex building
Pipeline #2798 passed
......@@ -68,6 +68,10 @@ push base image:
# Cache
build cache:
stage: cache-build
variables:
# For building pycapo pex
# Enable Git submodules https://docs.gitlab.com/ee/ci/git_submodules.html#use-git-submodules-in-cicd-jobs
GIT_SUBMODULE_STRATEGY: recursive
script:
- docker build -t cache:${CI_COMMIT_SHORT_SHA} -f Dockerfile.cache .
......
[submodule "apps/cli/executables/pexable/pycapo"]
path = apps/cli/executables/pexable/pycapo
url = gitlab@gitlab.nrao.edu:ssa/pycapo.git
url = https://gitlab.nrao.edu/ssa/pycapo.git
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