diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-01-23 20:00:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-01-23 20:00:36 +0300 |
commit | 725383133754e1aff97949047bbc113d9490602a (patch) | |
tree | aa2d78de38246c23bb98f5c114fb0cee5ba6093c /.gitlab-ci.yml | |
parent | bcd6db3725b6aeaa09a66d7f714a5da8fd7e14e2 (diff) | |
download | serverdata-725383133754e1aff97949047bbc113d9490602a.tar.gz serverdata-725383133754e1aff97949047bbc113d9490602a.tar.bz2 serverdata-725383133754e1aff97949047bbc113d9490602a.tar.xz serverdata-725383133754e1aff97949047bbc113d9490602a.zip |
Disable gcc-5 ci jobs
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77d159da..9355731a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -194,7 +194,7 @@ mariadb_run_latest_gcc4.9: when: always expire_in: 3 week -mariadb_run_latest_gcc5: +.mariadb_run_latest_gcc5: stage: test script: - export CC=gcc-5 |