github.com/bshelton229/agent@v3.5.4+incompatible/.buildkite/pipeline.release-stable.yml (about)

     1  steps:
     2    - wait
     3  
     4    - name: ":spiral_note_pad:"
     5      command: ".buildkite/steps/check-changelog.sh"
     6  
     7    - wait
     8  
     9    - name: ":s3:"
    10      command: ".buildkite/steps/publish-to-s3.sh"
    11      env:
    12        CODENAME: "stable"
    13      agents:
    14        queue: "deploy"
    15  
    16    - name: ":octocat: :rocket:"
    17      command: ".buildkite/steps/github-release.sh"
    18      env:
    19        CODENAME: "stable"
    20      agents:
    21        queue: "deploy"
    22  
    23    - name: ":redhat:"
    24      command: ".buildkite/steps/publish-rpm-package.sh"
    25      env:
    26        CODENAME: "stable"
    27      agents:
    28        queue: "deploy"
    29  
    30    - name: ":debian:"
    31      command: ".buildkite/steps/publish-debian-package.sh"
    32      env:
    33        CODENAME: "stable"
    34      agents:
    35        queue: "deploy"
    36  
    37    - name: ":docker:"
    38      command: ".buildkite/steps/publish-docker-images.sh"
    39      env:
    40        CODENAME: "stable"
    41      agents:
    42        queue: "deploy"
    43  
    44    - wait
    45  
    46    - name: ":beer:"
    47      command: ".buildkite/steps/release-homebrew.sh"
    48      artifact_paths: "pkg/*.rb;pkg/*.json"
    49      env:
    50        CODENAME: "stable"
    51      agents:
    52        queue: "deploy"
    53