summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-18 07:23:18 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2017-02-18 08:57:49 +0100
commit7d696f3341c16b57e2e1094ade3f74f5404871b3 (patch)
tree23eddd2c083f5fe76dd6e9681a771c2ce7b04573
parentce1cc547c558321b7a006d65a9a3953a01229045 (diff)
downloadgnutls-7d696f3341c16b57e2e1094ade3f74f5404871b3.tar.gz
.gitlab-ci.yml: remove submodule update from main build
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 684657d4a2..842849c166 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,8 +21,7 @@ init/Fedora/x86_64:
stage: initialization
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$FEDORA_BUILD
script:
- - git submodule update --init &&
- make autoreconf
+ - make autoreconf
tags:
- shared
except: