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

Nicely indented koji command

parent 5b70daa2
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,13 @@ deploy:
- ls -al
- yum install -y koji
script:
- koji --keytab=$KRB_KOJI_USERNAME.keytab --principal=$KRB_KOJI_USERNAME@CERN.CH --authtype=kerberos --server=http://koji.cern.ch/kojihub --weburl=http://koji.cern.ch/koji --topurl=http://koji.cern.ch/kojifiles list-permissions --mine
- >
koji --keytab=$KRB_KOJI_USERNAME.keytab
--principal=$KRB_KOJI_USERNAME@CERN.CH
--authtype=kerberos
--server=http://koji.cern.ch/kojihub
--weburl=http://koji.cern.ch/koji
--topurl=http://koji.cern.ch/kojifiles list-permissions --mine
# - make build
# rpm:
# image: ubuntu:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment