diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-05-30 02:47:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-05-30 02:48:04 +0300 |
commit | 1b82b409e90e29c96c92f30bdd21b229a4f7ad22 (patch) | |
tree | d44ce6b5f27ed9102d728dd5f20842ece92b7e28 /tools/ci/branches/ci_gcc7 | |
parent | 64ffd7e887b2a6f236bf7ee7082232045fb91ed1 (diff) | |
download | manaverse-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.tar.gz manaverse-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.tar.bz2 manaverse-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.tar.xz manaverse-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.zip |
Rename docker image names in ci branches from vicamo to i386
Diffstat (limited to 'tools/ci/branches/ci_gcc7')
-rw-r--r-- | tools/ci/branches/ci_gcc7/.gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/ci/branches/ci_gcc7/.gitlab-ci.yml b/tools/ci/branches/ci_gcc7/.gitlab-ci.yml index 649809752..b8b7737ec 100644 --- a/tools/ci/branches/ci_gcc7/.gitlab-ci.yml +++ b/tools/ci/branches/ci_gcc7/.gitlab-ci.yml @@ -22,7 +22,7 @@ gcc-7-i386: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc7.sh - ./tools/ci/scripts/runtests.sh - image: vicamo/debian:sid-i386 + image: i386/debian:unstable <<: *job-push variables: PACKAGES: gcc-7 g++-7 @@ -66,7 +66,7 @@ gcc-7_sdl2_i386: - ./tools/ci/jobs/gcc7.sh --with-sdl2 - ./tools/ci/scripts/runtests.sh <<: *job-push - image: vicamo/debian:sid-i386 + image: i386/debian:unstable variables: PACKAGES: gcc-7 g++-7 make autoconf automake autopoint gettext @@ -115,7 +115,7 @@ gcc-7_sanitize: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc7_sanitize.sh - ./tools/ci/scripts/runtests.sh - image: vicamo/debian:sid-i386 + image: i386/debian:unstable <<: *job-push variables: PACKAGES: gcc-7 g++-7 @@ -162,7 +162,7 @@ gcc-7_lto_i386: - ./tools/ci/scripts/patchsdl1.sh - ./tools/ci/jobs/gcc7_lto.sh - ./tools/ci/scripts/runtests.sh - image: vicamo/debian:sid-i386 + image: i386/debian:unstable <<: *job-push variables: PACKAGES: gcc-7 g++-7 @@ -181,7 +181,7 @@ gcc-7_default_i386: - ./tools/ci/jobs/any_compiler.sh --enable-werror - ./tools/ci/scripts/runtests.sh <<: *job-push - image: vicamo/debian:sid-i386 + image: i386/debian:unstable variables: LOGFILE: gcc7.log CC: gcc-7 |