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

Move koji configuration to its own file

parent c30649fb
Branches
No related tags found
No related merge requests found
...@@ -56,13 +56,7 @@ deploy: ...@@ -56,13 +56,7 @@ deploy:
- kinit -k -t $KRB_USERNAME.keytab $KRB_USERNAME@CERN.CH - kinit -k -t $KRB_USERNAME.keytab $KRB_USERNAME@CERN.CH
- yum install -y koji - yum install -y koji
- mkdir -p ~/.koji/ - mkdir -p ~/.koji/
- > - cp koji.conf ~/.koji/config
echo [koji]
server = http://koji.cern.ch/kojihub
weburl = http://koji.cern.ch/koji
topurl = http://koji.cern.ch/kojifiles
cert = /not/existing/file
> ~/.koji/config
script: script:
- cat ~/.koji/config - cat ~/.koji/config
- koji list-permissions --mine - koji list-permissions --mine
......
[koji]
server = http://koji.cern.ch/kojihub
weburl = http://koji.cern.ch/koji
topurl = http://koji.cern.ch/kojifiles
cert = /not/existing/file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment