File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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'
8281cp " ${wsroot} " /instructions/step_{0,1}.md /home/appuser/
8382
8483printf ' 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
You can’t perform that action at this time.
0 commit comments