瀏覽代碼

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 3 年之前
父節點
當前提交
79499e841b
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 4 行新增4 行删除
  1. +2
    -2
      .gitlab-ci.yml
  2. +2
    -2
      .travis.yml

+ 2
- 2
.gitlab-ci.yml 查看文件

@@ -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 查看文件

@@ -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

Loading…
取消
儲存