https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39877
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #25 from Victor Grousset/tuxayo <[email protected]> --- It seems the initial clone expects an https:// prefix. kohadev-koha@kohadevbox:koha(testing-SO-QA)$ KOHA_CI_INCREMENTAL_RUN_REPO_URL=gitlab.com/tuxayo/koha-ci-results.git KOHA_CI_INCREMENTAL_RUNS=1 KOHA_CI_INCREMENTAL_RUNS_REPORT=1 KOHA_CI_INCREMENTAL_RUNS_TOKEN=XXXXXX prove xt/perltidy.t xt/perltidy.t .. fatal: repository 'gitlab.com/tuxayo/koha-ci-results.git' does not exist fatal: cannot change to '/tmp/koha-ci-results': No such file or directory xt/perltidy.t .. 3/3031 ^C (cleanup) So it goes further with it. But then (the push?) ends up with https://https:// kohadev-koha@kohadevbox:koha(testing-SO-QA)$ KOHA_CI_INCREMENTAL_RUN_REPO_URL=https://gitlab.com/tuxayo/koha-ci-results.git \ KOHA_CI_INCREMENTAL_RUNS=1 \ KOHA_CI_INCREMENTAL_RUNS_REPORT=1 \ KOHA_CI_INCREMENTAL_RUNS_TOKEN=XXXXXXXXXXX \ prove xt/perltidy.t xt/perltidy.t .. Cloning into '/tmp/koha-ci-results'... xt/perltidy.t .. 3007/3031 fatal: unable to access 'https://https://gitlab.com/tuxayo/koha-ci-results.git/': Could not resolve host: https xt/perltidy.t .. ok All tests successful. Files=1, Tests=3031, 216 wallclock secs ( 0.41 usr 0.04 sys + 207.40 cusr 1.50 csys = 209.35 CPU) Result: PASS -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
