Procházet zdrojové kódy

ci(gitlab-ci): enable instance after upstream issue resolved [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/342
tags/v2.7.5
Imran Iqbal před 3 roky
rodič
revize
79499e841b
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. +2
    -2
      .gitlab-ci.yml
  2. +2
    -2
      .travis.yml

+ 2
- 2
.gitlab-ci.yml Zobrazit soubor

@@ -149,9 +149,9 @@ ubuntu-1804-master-py3: {extends: '.test_instance'}
# default-centos-8-master-py3: {extends: '.test_instance'}
# passenger-centos-8-master-py3: {extends: '.test_instance'}
centos-8-master-py3: {extends: '.test_instance'}
default-centos-7-master-py3: {extends: '.test_instance'}
# default-centos-7-master-py3: {extends: '.test_instance'}
# passenger-centos-7-master-py3: {extends: '.test_instance'}
# centos-7-master-py3: {extends: '.test_instance'}
centos-7-master-py3: {extends: '.test_instance'}
default-fedora-34-master-py3: {extends: '.test_instance'}
# fedora-34-master-py3: {extends: '.test_instance'}
default-fedora-33-master-py3: {extends: '.test_instance'}

+ 2
- 2
.travis.yml Zobrazit soubor

@@ -109,9 +109,9 @@ jobs:
# - env: INSTANCE=default-centos-8-master-py3
# - env: INSTANCE=passenger-centos-8-master-py3
- env: INSTANCE=centos-8-master-py3
- env: INSTANCE=default-centos-7-master-py3
# - env: INSTANCE=default-centos-7-master-py3
# - env: INSTANCE=passenger-centos-7-master-py3
# - env: INSTANCE=centos-7-master-py3
- env: INSTANCE=centos-7-master-py3
- env: INSTANCE=default-fedora-34-master-py3
# - env: INSTANCE=fedora-34-master-py3
- env: INSTANCE=default-fedora-33-master-py3

Načítá se…
Zrušit
Uložit