mirror of
https://github.com/friendica/docker
synced 2025-03-04 05:54:38 +01:00
Remove deploy-task in travis
This commit is contained in:
parent
611f5cf091
commit
7adb58feb3
1 changed files with 0 additions and 13 deletions
13
.travis.yml
13
.travis.yml
|
@ -9,9 +9,6 @@ stages:
|
||||||
# full test for master
|
# full test for master
|
||||||
- name: test images (full)
|
- name: test images (full)
|
||||||
if: branch = master
|
if: branch = master
|
||||||
# build and push for master
|
|
||||||
- name: deploy
|
|
||||||
if: branch = master
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/docker-library/official-images.git ~/official-images
|
- 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=fpm ARCH=i386
|
||||||
- env: VERSION=2019.12 VARIANT=apache ARCH=amd64
|
- env: VERSION=2019.12 VARIANT=apache ARCH=amd64
|
||||||
- env: VERSION=2019.12 VARIANT=apache ARCH=i386
|
- 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
|
|
||||||
|
|
Loading…
Reference in a new issue