From 7adb58feb306638fe1f46fe2b95b5e33f46622b3 Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Sat, 11 Jan 2020 20:19:32 +0100 Subject: [PATCH] Remove deploy-task in travis --- .travis.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ecce80..238c818 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,6 @@ stages: # full test for master - name: test images (full) if: branch = master -# build and push for master - - name: deploy - if: branch = master install: - git clone https://github.com/docker-library/official-images.git ~/official-images @@ -78,13 +75,3 @@ jobs: - env: VERSION=2019.12 VARIANT=fpm ARCH=i386 - env: VERSION=2019.12 VARIANT=apache ARCH=amd64 - env: VERSION=2019.12 VARIANT=apache ARCH=i386 - - - stage: deploy - env: SCRIPT=build_and_push.sh - install: - - wget -O "$HOME/bin/bashbrew" https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64 - - chmod +x "$HOME/bin/bashbrew" - script: skip - deploy: - provider: script - script: ./build_and_push.sh