diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a35b72a8..348f001ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,14 @@ image: debian:stretch-slim build_ubuntu_18_04: stage: build image: ubuntu:bionic #only: # - merge_requests before_script: - sed -i -e 's/# deb-src/deb-src/g' /etc/apt/sources.list - apt-get update - apt-get build-dep --yes --no-install-recommends umbrello - - apt-get install --yes --no-install-recommends ninja-build libkf5crash-dev curl ca-certificates git gawk + - apt-get install --yes --no-install-recommends ninja-build libkf5crash-dev curl ca-certificates script: - - REPO=$(git remote -v | gawk '{print $2}') - - BRANCH=$(git branch | gawk '{print $2}') - - sh -x maintainer/ci-build.sh $REPO $BRANCH + - sh -x maintainer/ci-build.sh