mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:31:48 +00:00
chores(ci): remove AMI automation (#62975)
This commit is contained in:
parent
91518a1ef7
commit
eb81e680e0
20
.github/workflows/release-amis.yml
vendored
20
.github/workflows/release-amis.yml
vendored
@ -1,20 +0,0 @@
|
||||
name: build-ami
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
trigger-build:
|
||||
name: Build AMIs
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Trigger Buildkite AMI Builds
|
||||
uses: "buildkite/trigger-pipeline-action@2db6579eb1d07cb6e6224fc048076a5f4d0ba36d"
|
||||
with:
|
||||
buildkite_api_access_token: ${{ secrets.TRIGGER_BK_BUILD_TOKEN }}
|
||||
pipeline: "sourcegraph/ami-automation"
|
||||
branch: "main"
|
||||
commit: "HEAD"
|
||||
message: ":github: Triggered from new release"
|
||||
build_env_vars: '{"RELEASE_NUMBER": "${{ github.ref_name }}"}'
|
||||
Loading…
Reference in New Issue
Block a user