Skip to content

Commit e210292

Browse files
authored
Remove rubikpi job (#98)
#97 included a "dummy" rubikpi3 job to satisfy the required check. The check has been removed, so it is no longer needed.
1 parent ae662c5 commit e210292

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,8 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15-
rubik:
16-
runs-on: ubuntu-24.04-arm
17-
name: "Build for RubikPi3"
18-
steps:
19-
- name: Dummy
20-
run: echo "This is a dummy step. Remove when the ""Build for RubikPi3"" job is no longer required"
21-
2215
build:
2316
runs-on: ubuntu-24.04-arm
24-
2517
strategy:
2618
fail-fast: false
2719
matrix:

install_common.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ echo "photon:vision" | chpasswd
2828
cp -f ./files/issue.txt /etc/issue
2929
cp -f /etc/issue /etc/issue.net
3030
sed -i 's/#Banner none/Banner \/etc\/issue.net/g' /etc/ssh/sshd_config
31+
echo "Banner \/etc\/issue.net" > /etc/ssh/sshd_config.d/10_PhotonVisionBanner.conf
3132

3233
# Add photon version file
3334
mkdir -p /opt/photonvision/

0 commit comments

Comments
 (0)