aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/integration/docker/test.sh (unfollow)
Commit message (Collapse)Author
2023-05-30docker: fix armhf buildsv4.0.12Egor Tensin
2023-05-30t/i/docker: always spawn ssh-agentEgor Tensin
I had some weird errors on my machine where my primary ssh-agent would get killed. No idea why I didn't just spawn a new ssh-agent from the very beginning.
2023-02-25use `--progress plain` with docker-compose buildEgor Tensin
2022-12-03t/i/docker: test the frontend alsoEgor Tensin
2022-12-03fix preludes in bash scriptsEgor Tensin
2022-05-27clone to NAME.git foldersEgor Tensin
It seems to be the convention and the default behaviour of `git clone --bare`, so do that.
2022-03-29rename Compose services, move directories around, etc.Egor Tensin
2022-03-29t/i/docker: reuse the root docker-compose.ymlEgor Tensin
2022-03-08t/i/docker: clean up Docker dataEgor Tensin
2022-03-08test/integration: more obvious success indicationEgor Tensin
2021-08-02test/integration/docker: remove output directoryEgor Tensin
2021-07-31test/integration/docker: generate new SSH keys every timeEgor Tensin
2021-07-31move all tests to test/Egor Tensin
2021-07-31.ci/docker: make ssh-add use SSH_ASKPASSEgor Tensin
2021-03-27.ci: flatten directory structure a bitEgor Tensin
2020-11-30bye-bye, Travisno_more_travisEgor Tensin
2020-01-25Travis: prettier test outputEgor Tensin
2020-01-09Travis: add docker testsEgor Tensin