Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forward port building and publishing stable branches
  • Loading branch information
sj26 committed Apr 21, 2016
1 parent 01781d9 commit eee6fe0
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .buildkite/pipeline.yml
Expand Up @@ -17,10 +17,10 @@ steps:
- wait

-
name: ":debian:"
name: ":debian: build"
command: "scripts/build-debian-packages.sh"
artifact_paths: "deb/**/*"
branches: "master"
branches: "master *-stable"
agents:
queue: "deploy"

Expand All @@ -30,16 +30,16 @@ steps:
name: ":redhat: experimental"
command: "scripts/rpm-package.sh"
artifact_paths: "rpm/**/*"
branches: "master"
branches: "master *-stable"
env:
CODENAME: "experimental"
agents:
queue: "deploy"

-
name: ":debian: experimental"
name: ":debian: publish experimental"
command: "scripts/publish-debian-package.sh"
branches: "master"
branches: "master *-stable"
env:
CODENAME: "experimental"
agents:
Expand All @@ -49,17 +49,17 @@ steps:
name: ":github: :hammer:"
command: "scripts/build-github-release.sh"
artifact_paths: "releases/**/*"
branches: "master"
branches: "master *-stable"
plugins:
- ssh://git@github.com/buildkite/plugins/docker-compose:
container: "agent"

- wait

-
name: ":whale:"
command: "scripts/release-docker.sh"
branches: "master"
branches: "master *-stable"
agents:
queue: "deploy"

Expand All @@ -68,24 +68,24 @@ steps:
-
name: ":octocat: :rocket:"
command: "scripts/github-release.sh"
branches: "master"
branches: "master *-stable"
agents:
queue: "deploy"

-
name: ":redhat:"
command: "scripts/rpm-package.sh"
artifact_paths: "rpm/**/*"
branches: "master"
branches: "master *-stable"
env:
CODENAME: "unstable"
agents:
queue: "deploy"

-
name: ":debian:"
name: ":debian: publish unstable"
command: "scripts/publish-debian-package.sh"
branches: "master"
branches: "master *-stable"
env:
CODENAME: "unstable"
agents:
Expand All @@ -96,15 +96,15 @@ steps:
-
name: ":whale:"
command: "scripts/release-docker.sh"
branches: "master"
branches: "master *-stable"
agents:
queue: "deploy"

-
name: ":beer:"
command: "scripts/release-homebrew.sh"
artifact_paths: "pkg/*.rb;pkg/*.json"
branches: "master"
branches: "master *-stable"
agents:
queue: "deploy"

Expand All @@ -114,26 +114,26 @@ steps:
name: ":redhat:"
command: "scripts/rpm-package.sh"
artifact_paths: "rpm/**/*"
branches: "master"
branches: "master *-stable"
env:
CODENAME: "stable"
agents:
queue: "deploy"

-
name: ":debian:"
name: ":debian: publish stable"
command: "scripts/publish-debian-package.sh"
branches: "master"
branches: "master *-stable"
env:
CODENAME: "stable"
agents:
queue: "deploy"

- wait

-
name: ":whale:"
command: "scripts/release-docker.sh"
branches: "master"
branches: "master *-stable"
agents:
queue: "deploy"

0 comments on commit eee6fe0

Please sign in to comment.