From 39406773631a8e67bf7a856ef746f47e5e8658ff Mon Sep 17 00:00:00 2001 From: Pablo Saiz Date: Fri, 19 Oct 2018 18:00:55 +0200 Subject: [PATCH] Cleanup --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b72624b..29672f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,10 +12,9 @@ stages: before_script: - yum -y install --exclude python2-libcomps krb5-workstation koji rpm-build rpmdevtools - - pwd - - ls -al - mkdir -p /go/src/gitlab.cern.ch/lb-experts - - if [ -d /builds ] ; then ln -s /builds/lb-experts/golbd /go/src/gitlab.cern.ch/lb-experts/golbd; else ln -s /lb-experts/golbd /go/src/gitlab.cern.ch/lb-experts/golbd ; fi + - if [ -d /builds ] ; then export PREFIX=/builds ; fi + - ln -s $PREFIX/lb-experts/golbd /go/src/gitlab.cern.ch/lb-experts/golbd - cd /go/src/gitlab.cern.ch/lb-experts/golbd - export SPEC=$(ls *spec)