Remove deploy-task in travis

This commit is contained in:
Philipp Holzer 2020-01-11 20:19:32 +01:00
parent 611f5cf091
commit 7adb58feb3
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 0 additions and 13 deletions

View File

@ -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