Release first alpha version to see how Travis responds.

This commit is contained in:
James Cole
2019-11-03 11:43:07 +01:00
parent ec54ec22f6
commit 33ce7c0767
3 changed files with 15 additions and 17 deletions

View File

@@ -14,21 +14,21 @@ jobs:
include:
- dist: xenial
arch: amd64
env: ARCH=amd64 CHANNEL=stable VERSION=4.8.2
env: ARCH=amd64 CHANNEL=alpha VERSION=4.8.2-alpha.1
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: amd64
env: ARCH=arm CHANNEL=stable VERSION=4.8.2
env: ARCH=arm CHANNEL=alpha VERSION=4.8.2-alpha.1
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: arm64
env: ARCH=arm64 CHANNEL=stable VERSION=4.8.2
env: ARCH=arm64 CHANNEL=alpha VERSION=4.8.2-alpha.1
stage: build
script: ./.deploy/docker/travis.sh
- dist: xenial
arch: amd64
env: CHANNEL=stable VERSION=4.8.2
env: CHANNEL=alpha VERSION=4.8.2-alpha.1
stage: manifest
script: ./.deploy/docker/manifest.sh