dustin
/
jenkinsagent
Archived
1
0
Fork 0

Compare commits

..

1 Commits

Author SHA1 Message Date
Dustin a9ff785564 ci: Begin CI pipeline 2022-03-15 21:23:00 -05:00
2 changed files with 1 additions and 3 deletions

2
ci/Jenkinsfile vendored
View File

@ -2,7 +2,7 @@ pipeline {
agent {
dockerfile {
dir 'ci'
args '-v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts --privileged -u 0:0'
args '-v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts'
}
}

View File

@ -1,7 +1,5 @@
#!/bin/sh
env
# shellcheck disable=SC2154
cp -v "${BR2_EXTERNAL_jenkinsagent_PATH}"/cmdline.txt \
"${BINARIES_DIR}"/rpi-firmware/cmdline.txt