diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-02-18 07:23:18 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-02-18 08:57:49 +0100 |
commit | 7d696f3341c16b57e2e1094ade3f74f5404871b3 (patch) | |
tree | 23eddd2c083f5fe76dd6e9681a771c2ce7b04573 /.gitlab-ci.yml | |
parent | ce1cc547c558321b7a006d65a9a3953a01229045 (diff) | |
download | gnutls-7d696f3341c16b57e2e1094ade3f74f5404871b3.tar.gz |
.gitlab-ci.yml: remove submodule update from main build
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
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: |