From 72e6795f503e1687ec4cff9c61092092d1263194 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Tue, 11 May 2021 19:25:10 +0530 Subject: [PATCH] chore: Drop Circle CI config --- .circleci/config.yml | 32 ------------------------ install_scripts/contrib-apps.json | 24 ------------------ install_scripts/erpnext-apps-master.json | 7 ------ install_scripts/erpnext-apps.json | 6 ----- 4 files changed, 69 deletions(-) delete mode 100644 .circleci/config.yml delete mode 100644 install_scripts/contrib-apps.json delete mode 100644 install_scripts/erpnext-apps-master.json delete mode 100644 install_scripts/erpnext-apps.json diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index c067e4ef..00000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,32 +0,0 @@ -version: 2 -jobs: - build: - machine: true - working_directory: ~/repo - steps: - - checkout - - run: - name: Setup - command: | - sudo pip install --ignore-installed setuptools - sudo pip install urllib3 pyOpenSSL ndg-httpsclient pyasn1 - sudo cp -r ~/.ssh/* /root/.ssh - mkdir -p ~/.bench - mkdir -p /tmp/.bench - cp -r ~/repo/* ~/.bench - cp -r ~/repo/* /tmp/.bench - - - run: - name: Install Bench (Production) - command: sudo python ~/repo/playbooks/install.py --user travis --run-travis --production - - - run: - name: Setup Tests - command: | - cd ~ - sudo pip install --upgrade pip - sudo pip install -e ~/.bench - - - run: - name: Run Tests - command: sudo -E python -m unittest -v bench.tests.test_setup_production diff --git a/install_scripts/contrib-apps.json b/install_scripts/contrib-apps.json deleted file mode 100644 index 192f4cbe..00000000 --- a/install_scripts/contrib-apps.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "jasper_erpnext_report": { - "app_url": "http://localhost", - "app_name": "jasper_erpnext_report", - "app_icon": "icon-file-text", - "app_color": "black", - "app_description": "Make your own reports in jasper and print them in pdf, docx, xlsx and other formats.", - "app_publisher": "Luis Fernandes", - "repo_url": "https://github.com/saguas/jasper_erpnext_report.git", - "app_title": "Jasper Erpnext Report", - "app_version": "0.1.0" - }, - "base_vat": { - "app_url": "http://localhost", - "app_name": "base_vat", - "app_icon": "icon-credit-card", - "app_color": "#C0C0C0", - "app_description": "Check the VAT number depending of the country.", - "app_publisher": "Luis Fernandes", - "repo_url": "https://github.com/saguas/frappe_base_vat.git", - "app_title": "Base VAT", - "app_version": "0.0.1" - } -} diff --git a/install_scripts/erpnext-apps-master.json b/install_scripts/erpnext-apps-master.json deleted file mode 100644 index c54e609e..00000000 --- a/install_scripts/erpnext-apps-master.json +++ /dev/null @@ -1,7 +0,0 @@ -[ - { - "url":"https://github.com/frappe/erpnext", - "name":"erpnext", - "branch": "master" - } -] diff --git a/install_scripts/erpnext-apps.json b/install_scripts/erpnext-apps.json deleted file mode 100644 index 73c70527..00000000 --- a/install_scripts/erpnext-apps.json +++ /dev/null @@ -1,6 +0,0 @@ -[ - { - "url":"https://github.com/frappe/erpnext", - "name":"erpnext" - } -]