diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 39bcda1..0000000 --- a/.travis.yml +++ /dev/null @@ -1,21 +0,0 @@ -language: go - -sudo: required - -stages: - - build - - name: push - if: fork = false - -jobs: - include: - - stage: build - script: - - make image/build TAG=$(git rev-parse --short ${TRAVIS_COMMIT}) - - stage: push - script: - - export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRAVIS_PULL_REQUEST_BRANCH; fi) - - export TAG=$(git rev-parse --short ${TRAVIS_COMMIT}) - - docker login --password "$QUAY_PASSWORD" --username "$QUAY_USERNAME" quay.io - - make image/build TAG=$BRANCH - - make image/push TAG=$BRANCH \ No newline at end of file diff --git a/README.md b/README.md index 9ee1764..a917a34 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Integreatly Backup -![travis build](https://travis-ci.org/integr8ly/backup-container-image.svg?branch=master) - Linux container image source code and openshift templates to handle backups in an integratly instance. This repository contains: