From 06aaf840a4edc26881cbe17c05f0fe8be92733ec Mon Sep 17 00:00:00 2001 From: Casey Schneider-Mizell Date: Tue, 10 Dec 2024 17:49:35 -0800 Subject: [PATCH] Delete unused files --- .travis.yaml | 17 ----------------- cloudbuild.yaml | 18 ------------------ 2 files changed, 35 deletions(-) delete mode 100644 .travis.yaml delete mode 100644 cloudbuild.yaml diff --git a/.travis.yaml b/.travis.yaml deleted file mode 100644 index c6a2b21..0000000 --- a/.travis.yaml +++ /dev/null @@ -1,17 +0,0 @@ -language: python -python: -- 2.7 -- 3.5 -- 3.5-dev -- 3.6 -- 3.6-dev -install: -- pip install -r test_requirements.txt -- pip install -r requirements.txt -- gcloud version || true -script: -- python setup.py pytest -cache: -- pip: true -after_success: -- codecov \ No newline at end of file diff --git a/cloudbuild.yaml b/cloudbuild.yaml deleted file mode 100644 index b0f0c13..0000000 --- a/cloudbuild.yaml +++ /dev/null @@ -1,18 +0,0 @@ -steps: -# - name: 'gcr.io/cloud-builders/docker' -# args: [ 'build', '-t', 'gcr.io/$PROJECT_ID/pychunkedgraph', '.' ] -- name: 'gcr.io/cloud-builders/docker' - entrypoint: 'bash' - args: - - '-c' - - | - docker build -t gcr.io/$PROJECT_ID/neuroglancerannotationui:$TAG_NAME . - timeout: 600s -#- name: 'gcr.io/cloud-builders/docker' -# entrypoint: 'bash' -# args: -# - '-c' -# - | -# [[ "$BRANCH_NAME" == "master" ]] && docker build -t gcr.io/$PROJECT_ID/pychunkedgraph . -images: -- 'gcr.io/$PROJECT_ID/neuroglancerannotationui:$TAG_NAME'