Skip to content
Snippets Groups Projects
Commit 08aaefba authored by ale's avatar ale
Browse files

Oops

parent b6325a66
No related branches found
No related tags found
1 merge request!469Run ci-test with actual data
Pipeline #85237 failed
......@@ -16,7 +16,7 @@ test:
- echo -n "$CI_JOB_TOKEN" | podman login -u gitlab-ci-token --password-stdin $CI_REGISTRY
script:
- dnf install -y mysql xz git
- git clone --depth=1 https://gitlab-ci-token:${CI_JOB_TOKEN}/ai3/testdata.git /tmp/testdata.$CI_JOB_ID
- git clone --depth=1 https://gitlab-ci-token:${CI_JOB_TOKEN}@git.autistici.org/ai3/testdata.git /tmp/testdata.$CI_JOB_ID
- xz -d /tmp/testdata.$CI_JOB_ID/noblogs/noblogs.sql.xz | mysql --user=root --password=rootpass --host=mysql noblogs
- with-container --expose=8080 --mount=type=bind,source=docker/test-config.json,destination=/etc/noblogs/config.json $IMAGE_TAG ./docker/test.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment