Skip to content
Snippets Groups Projects
Commit 94051114 authored by Alex Kanitz's avatar Alex Kanitz
Browse files

added git strategy recursive

parent 3f3161b4
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,14 @@ stages:
build-prod:
stage: build
variables:
GIT_STRATEGY: recursive
script:
- git status
deploy-prod:
stage: deploy
variables:
GIT_STRATEGY: recursive
script:
- git status
\ No newline at end of file
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