source git set up script

This commit is contained in:
Maximilian Keßler 2021-10-24 11:26:00 +02:00
parent 3f0fd326c2
commit dd60e7cba7

View File

@ -6,7 +6,7 @@ stages:
get-build-repo:
stage: get
before_script:
- .ci/configure_git.sh
- source .ci/configure_git.sh
script:
- echo "Getting old Build repo..."
- .ci/get_build_repo_from_origin.sh
@ -19,7 +19,7 @@ get-build-repo:
build-packages:
stage: build
before_script:
- .ci/configure_git.sh
- source .ci/configure_git.sh
script:
- echo "Building packages incrementally..."
- sh .ci/ci_build.sh