URL: https://github.com/freeipa/freeipa/pull/1124 Author: Tiboris Title: #1124: [Backport][ipa-4-5] Change Travis CI container to FreeIPA-owned Action: opened
PR body: """ Backport commit 79d9bdcec388b5b21b46fcb5a35d93d5b246ace2 from PR #1055 to ipa-4-5 branch Needed by PR #1123 """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1124/head:pr1124 git checkout pr1124
From a1afd371fc2492080a651cb2548eecccc4b10b29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20Dudl=C3=A1k?= <[email protected]> Date: Tue, 3 Oct 2017 16:44:05 +0200 Subject: [PATCH] Change Travis CI container to FreeIPA-owned Backport commit 79d9bdcec388b5b21b46fcb5a35d93d5b246ace2 from PR #1055 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b11c85dc39..ede70cb89b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ python: cache: pip env: global: - - TEST_RUNNER_IMAGE="martbab/freeipa-fedora-test-runner:master-latest" + - TEST_RUNNER_IMAGE="freeipa/freeipa-test-runner:master-latest" TEST_RUNNER_CONFIG=".test_runner_config.yaml" PEP8_ERROR_LOG="pep8_errors.log" CI_RESULTS_LOG="ci_results_${TRAVIS_BRANCH}.log"
_______________________________________________ FreeIPA-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
