Compare commits
2 Commits
5f85a5a4fe
...
435221da39
Author | SHA1 | Date |
---|---|---|
|
435221da39 | |
|
ca1c5124c5 |
|
@ -11,9 +11,6 @@ spec:
|
||||||
name: ssh-known-hosts
|
name: ssh-known-hosts
|
||||||
subPath: ssh_known_hosts
|
subPath: ssh_known_hosts
|
||||||
hostUsers: false
|
hostUsers: false
|
||||||
tolerations:
|
|
||||||
- key: du5t1n.me/machine
|
|
||||||
value: raspberrypi
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: ssh-known-hosts
|
- name: ssh-known-hosts
|
||||||
configMap:
|
configMap:
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
ARCH="$(uname -m)"
|
||||||
REPO_HOST=jenkins@files.pyrocufflink.blue
|
REPO_HOST=jenkins@files.pyrocufflink.blue
|
||||||
REPO_PATH=/srv/www/repohost/repos/dch/fedora/$(rpm --eval %fedora)
|
REPO_PATH=/srv/www/repohost/repos/dch/fedora/$(rpm --eval %fedora)
|
||||||
|
|
||||||
ssh-add -l
|
ssh-add -l
|
||||||
ssh-add -L
|
ssh-add -L
|
||||||
|
|
||||||
case "$(uname -m)" in
|
case "${ARCH}" in
|
||||||
x86_64)
|
x86_64)
|
||||||
# only include the SRPM once
|
# only include the SRPM once
|
||||||
include='*.rpm'
|
include='*.rpm'
|
||||||
|
|
Loading…
Reference in New Issue