Compare commits
2 Commits
a9ff785564
...
9486ea21df
Author | SHA1 | Date |
---|---|---|
|
9486ea21df | |
|
7d895ea4ac |
|
@ -2,7 +2,7 @@ pipeline {
|
|||
agent {
|
||||
dockerfile {
|
||||
dir 'ci'
|
||||
args '-v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts'
|
||||
args '-v /etc/ssh/ssh_known_hosts:/etc/ssh/ssh_known_hosts --privileged -u 0:0'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
env
|
||||
|
||||
# shellcheck disable=SC2154
|
||||
cp -v "${BR2_EXTERNAL_jenkinsagent_PATH}"/cmdline.txt \
|
||||
"${BINARIES_DIR}"/rpi-firmware/cmdline.txt
|
||||
|
|
Reference in New Issue