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/master | |
parent | 64ffd7e887b2a6f236bf7ee7082232045fb91ed1 (diff) | |
download | mv-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.tar.gz mv-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.tar.bz2 mv-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.tar.xz mv-1b82b409e90e29c96c92f30bdd21b229a4f7ad22.zip |
Rename docker image names in ci branches from vicamo to i386
Diffstat (limited to 'tools/ci/branches/master')
-rw-r--r-- | tools/ci/branches/master/.gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/ci/branches/master/.gitlab-ci.yml b/tools/ci/branches/master/.gitlab-ci.yml index 7562e2003..1e7d01378 100644 --- a/tools/ci/branches/master/.gitlab-ci.yml +++ b/tools/ci/branches/master/.gitlab-ci.yml @@ -48,7 +48,7 @@ gcc-5_c++11_i386: script: - ./tools/ci/jobs/gcc5_c++11.sh - ./tools/ci/scripts/runtests.sh - image: vicamo/debian:sid-i386 + image: i386/debian:unstable <<: *job-push variables: PACKAGES: gcc-5 g++-5 @@ -64,7 +64,7 @@ gcc-6-i386: script: - ./tools/ci/jobs/gcc6.sh - ./tools/ci/scripts/runtests.sh - image: vicamo/debian:sid-i386 + image: i386/debian:unstable <<: *job-push variables: PACKAGES: gcc-6 g++-6 @@ -80,7 +80,7 @@ gcc-7-i386: script: - ./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 @@ -285,7 +285,7 @@ gcc-5_h_all_i386: - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML -DUNITTESTS -DUNITTESTS_CATCH -DUNITTESTS_EMBED -I/usr/include/SDL - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DTMWA_SUPPORT -DENABLE_NLS -DENABLE_LIBXML -I/usr/include/SDL - ./tools/ci/jobs/gcc5_h.sh -std=c++0x -DDEBUGBUILD -DENABLE_NLS -DUSE_OPENGL -DENABLE_LIBXML -I/usr/include/SDL - image: vicamo/debian:sid-i386 + image: i386/debian:unstable <<: *job-push variables: PACKAGES: gcc-5 g++-5 |