Skip to content
Snippets Groups Projects
Commit 2c20c265 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Updated git strategy at CI steps

parent 3f73cf2e
No related branches found
No related tags found
No related merge requests found
Pipeline #118565 failed
......@@ -15,7 +15,10 @@ workflow:
variables:
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
GIT_DEPTH: 1
GIT_SUBMODULE_STRATEGY: none
GIT_SUBMODULE_DEPTH: 1
PACKAGES_TO_CHECK: "tests/ beekeepy/"
# colors:
TXT_BLUE: "\e[1;34m"
......@@ -83,6 +86,7 @@ prepare_hived_image:
needs: []
stage: build
variables:
GIT_SUBMODULE_STRATEGY: recursive
SUBMODULE_DIR: "$CI_PROJECT_DIR/hive"
REGISTRY_USER: "$HIVED_CI_IMGBUILDER_USER"
REGISTRY_PASS: $HIVED_CI_IMGBUILDER_PASSWORD
......
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