Skip to content

Commit 0ce4a84

Browse files
committed
Missed another one
1 parent bf23fb5 commit 0ce4a84

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

linux/scripts/init.sh

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ apt-get update && apt-get install -y \
5151
git \
5252
golang \
5353
postgresql-client \
54-
sqlite3 \
5554
sudo
5655

5756
# Write out vars to env file(s) for services
@@ -82,3 +81,20 @@ printf 'Successfully reached DB\n'
8281
cp "${wsroot}"/instructions/step_{0,1}.md /home/appuser/
8382

8483
printf 'All done!\n'
84+
85+
## TODO: ideas for other scorable steps for teams:
86+
87+
# Simulate a git repo's history a la:
88+
# cd /opt/app
89+
# git init
90+
# git remote add origin FAKE
91+
# <do some thing to change local code>
92+
# git add .
93+
# git commit -m "WIP"
94+
# ...
95+
96+
# mess up the current branch (maybe it was a feature branch that got yeeted)?
97+
# Have a different branch be the "good" one (`release`, `main` etc)
98+
99+
# BUT ALSO, somehow the good branch is still failing lints (maybe)
100+
# note to self: need to put anything for a linter on the .bashrc-defined PATH for appuser during init

0 commit comments

Comments
 (0)