Skip to content
Snippets Groups Projects
Commit 130948d0 authored by Albin Stjerna's avatar Albin Stjerna
Browse files

Bump release version to trigger build, set up koji to build on tags

parent 2a4e8e1a
No related branches found
No related tags found
No related merge requests found
......@@ -48,12 +48,11 @@ deploy:
stage: deploy
image: gitlab-registry.cern.ch/ci-tools/ci-worker:cc7
# only:
# - tags
only:
- tags
before_script:
- bash -c "base64 -d <(echo \"$KRB_KOJI_KEYTAB\") > $KRB_KOJI_USERNAME.keytab"
#- kinit -k -t $KRB_KOJI_KEYTAB.keytab $KRB_KOJI_USERNAME@CERN.CH
- ls -al
- yum install -y koji
script:
......@@ -63,7 +62,8 @@ deploy:
--authtype=kerberos
--server=http://koji.cern.ch/kojihub
--weburl=http://koji.cern.ch/koji
--topurl=http://koji.cern.ch/kojifiles list-permissions --mine
--topurl=http://koji.cern.ch/kojifiles
build --wait $CI_BUILD_REPO#$CI_BUILD_TAG
# - make build
# rpm:
# image: ubuntu:latest
......
......@@ -5,7 +5,7 @@
Name: python-cern-sso
Version: 1.2.4
Summary: %{sum}
Release: 1%{?dist}
Release: 2%{?dist}
Source0: %{name}-%{version}.tar.gz
License: MIT
Group: CERN/Utilities
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment