Skip to content

Commit 91ff63c

Browse files
committed
Use unique folder instead of 'rpi' for bootstrap
1 parent 9792788 commit 91ff63c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
- run:
3636
command: |
3737
mkdir -p release
38-
tar czf release/bootstrap.tar.gz rpi
38+
cp -a rpi ssl-remote-control
39+
tar czf release/bootstrap.tar.gz ssl-remote-control
3940
- persist_to_workspace:
4041
root: .
4142
paths:

rpi/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ sudo raspi-config
1212
# Download and extract latest bootstrap archive
1313
wget -qO- https://github.com/RoboCup-SSL/ssl-remote-control/releases/latest/download/bootstrap.tar.gz | tar xvz
1414
# Run bootstrap script
15-
./rpi/bootstrap.sh
15+
./ssl-remote-control/bootstrap.sh
1616
# Optionally change the team color to BLUE in ~/.local/share/systemd/user/ssl-remote-control.service
1717
```

0 commit comments

Comments
 (0)