index
:
cgitize
master
Self-host your repositories using cgit
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
test
/
integration
/
docker
/
test.sh
(
unfollow
)
Commit message (
Collapse
)
Author
2023-05-30
docker: fix armhf builds
v4.0.12
Egor Tensin
2023-05-30
t/i/docker: always spawn ssh-agent
Egor 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-25
use `--progress plain` with docker-compose build
Egor Tensin
2022-12-03
t/i/docker: test the frontend also
Egor Tensin
2022-12-03
fix preludes in bash scripts
Egor Tensin
2022-05-27
clone to NAME.git folders
Egor Tensin
It seems to be the convention and the default behaviour of `git clone --bare`, so do that.
2022-03-29
rename Compose services, move directories around, etc.
Egor Tensin
2022-03-29
t/i/docker: reuse the root docker-compose.yml
Egor Tensin
2022-03-08
t/i/docker: clean up Docker data
Egor Tensin
2022-03-08
test/integration: more obvious success indication
Egor Tensin
2021-08-02
test/integration/docker: remove output directory
Egor Tensin
2021-07-31
test/integration/docker: generate new SSH keys every time
Egor Tensin
2021-07-31
move all tests to test/
Egor Tensin
2021-07-31
.ci/docker: make ssh-add use SSH_ASKPASS
Egor Tensin
2021-03-27
.ci: flatten directory structure a bit
Egor Tensin
2020-11-30
bye-bye, Travis
no_more_travis
Egor Tensin
2020-01-25
Travis: prettier test output
Egor Tensin
2020-01-09
Travis: add docker tests
Egor Tensin