Skip to content
Snippets Groups Projects
Commit db9c7595 authored by Lucas García's avatar Lucas García
Browse files

feat: config gitlab ci to work with submodules

parent 8db3739f
No related branches found
No related tags found
1 merge request!2Git submodules
......@@ -27,6 +27,9 @@ variables:
PACKAGE_VERSION: $CI_COMMIT_TAG
PACKAGE_REGISTRY_URL: "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/${CI_PROJECT_NAME}/${PACKAGE_VERSION}"
GIT_SUBMODULE_STRATEGY: recursive
GIT_SUBMODULE_FORCE_HTTPS: "true"
package:
image: javieraviles/zip:latest
stage: package
......
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