소스 검색

fix(travis): Remove unused files

version-14
Aditya Hase 5 년 전
부모
커밋
ab46cd21bb
7개의 변경된 파일1개의 추가작업 그리고 42개의 파일을 삭제
  1. +1
    -1
      .travis.yml
  2. +0
    -0
      .travis/mariadb.json
  3. +0
    -0
      .travis/postgres.json
  4. +0
    -0
      test_sites/apps.txt
  5. +0
    -12
      test_sites/test_site/site_config.json
  6. +0
    -15
      test_sites/test_site_postgres/site_config.json
  7. +0
    -14
      test_sites/test_site_ui/site_config.json

+ 1
- 1
.travis.yml 파일 보기

@@ -53,7 +53,7 @@ install:
- bench init frappe-bench --skip-assets --python $(which python) --frappe-path $TRAVIS_BUILD_DIR

- mkdir ~/frappe-bench/sites/test_site
- cp $TRAVIS_BUILD_DIR/test_sites/$DB.json ~/frappe-bench/sites/test_site/site_config.json
- cp $TRAVIS_BUILD_DIR/.travis/$DB.json ~/frappe-bench/sites/test_site/site_config.json

- mysql -u root -e "SET GLOBAL character_set_server = 'utf8mb4'"
- mysql -u root -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'"


test_sites/mariadb.json → .travis/mariadb.json 파일 보기


test_sites/postgres.json → .travis/postgres.json 파일 보기


+ 0
- 0
test_sites/apps.txt 파일 보기


+ 0
- 12
test_sites/test_site/site_config.json 파일 보기

@@ -1,12 +0,0 @@
{
"db_name": "test_frappe",
"db_password": "test_frappe",
"auto_email_id": "test@example.com",
"mail_server": "smtp.example.com",
"mail_login": "test@example.com",
"mail_password": "test",
"admin_password": "admin",
"root_password": "travis",
"run_selenium_tests": 1,
"host_name": "http://test_site:8000"
}

+ 0
- 15
test_sites/test_site_postgres/site_config.json 파일 보기

@@ -1,15 +0,0 @@
{
"db_host": "localhost",
"db_name": "test_frappe",
"db_password": "test_frappe",
"db_type": "postgres",
"auto_email_id": "test@example.com",
"mail_server": "smtp.example.com",
"mail_login": "test@example.com",
"mail_password": "test",
"admin_password": "admin",
"root_login": "postgres",
"root_password": "travis",
"run_selenium_tests": 1,
"host_name": "http://test_site_postgres:8000"
}

+ 0
- 14
test_sites/test_site_ui/site_config.json 파일 보기

@@ -1,14 +0,0 @@
{
"developer_mode": 1,
"db_name": "test_site_ui",
"db_password": "test_site_ui",
"db_type": "mariadb",
"auto_email_id": "test@example.com",
"mail_server": "smtp.example.com",
"mail_login": "test@example.com",
"mail_password": "test",
"admin_password": "admin",
"root_password": "travis",
"run_selenium_tests": 1,
"host_name": "http://test_site_ui:8000"
}

불러오는 중...
취소
저장