Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
psaiz committed Nov 22, 2018
1 parent 31e4b75 commit 3940677
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -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)
Expand Down

0 comments on commit 3940677

Please sign in to comment.