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 07:23:18 +0100
commit7ca8971ba03d991e6e8e606c64a23fa3f9ef2adf (patch)
tree972e91f54f0af8fc6bc673ccaee1acf9a05b66bd
parent643b706b2e6837e8f111419ce354ff53985046c9 (diff)
downloadgnutls-tmp-remove-init-build.tar.gz
.gitlab-ci.yml: remove submodule update from main buildtmp-remove-init-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 eb8f95808d..8afe5a3b34 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: