From eaca8bff8cebd0003b9c685fada69d5f7027a2d9 Mon Sep 17 00:00:00 2001 From: malavan Date: Tue, 24 Aug 2021 22:07:21 +0000 Subject: [PATCH] update gitlab ci to work with facebook repo instead of ours Former-commit-id: 2745277e7591076373e2dfd4eef8c1412cffffbc --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f704245e..fdfe4e122 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build: - docker stage: build script: - - git submodule update --init --remote + - git submodule update --init - make distclean - make -j artifacts: @@ -113,7 +113,7 @@ endurance-test: - docker stage: test script: - - git submodule update --init --remote + - git submodule update --init - make distclean - make -j - ./runtest --config server-threads 3 --loop --stop @@ -125,7 +125,7 @@ coverage-test: - docker stage: test script: - - git submodule update --init --remote + - git submodule update --init - make distclean - make gcov -j - make install