Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Buildkite Packages without Docker #2830

Merged
merged 2 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .buildkite/pipeline.release-experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ steps:
env:
REGISTRY: "buildkite/agent-rpm-experimental"
EXTENSION: rpm
plugins:
- docker#v5.8.0:
image: "032379705303.dkr.ecr.us-east-1.amazonaws.com/deploytools:2022.07"
entrypoint: bash
propagate-environment: true
mount-buildkite-agent: true
soft_fail: true

- name: ":redhat: Publish Edge RPM Package to Packagecloud"
Expand Down Expand Up @@ -99,12 +93,6 @@ steps:
env:
REGISTRY: "buildkite/agent-deb-experimental"
EXTENSION: deb
plugins:
- docker#v5.8.0:
image: "032379705303.dkr.ecr.us-east-1.amazonaws.com/deploytools:2022.07"
entrypoint: bash
propagate-environment: true
mount-buildkite-agent: true
soft_fail: true

- name: ":debian: Publish Edge Debian Package to Packagecloud"
Expand Down
12 changes: 0 additions & 12 deletions .buildkite/pipeline.release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ steps:
env:
REGISTRY: "buildkite/agent-rpm"
EXTENSION: rpm
plugins:
- docker#v5.8.0:
image: "032379705303.dkr.ecr.us-east-1.amazonaws.com/deploytools:2022.07"
entrypoint: bash
propagate-environment: true
mount-buildkite-agent: true
soft_fail: true

- name: ":debian: Publish Debian Package"
Expand Down Expand Up @@ -127,12 +121,6 @@ steps:
env:
REGISTRY: "buildkite/agent-deb"
EXTENSION: deb
plugins:
- docker#v5.8.0:
image: "032379705303.dkr.ecr.us-east-1.amazonaws.com/deploytools:2022.07"
entrypoint: bash
propagate-environment: true
mount-buildkite-agent: true
soft_fail: true

- name: ":debian: Publish Debian Package to Packagecloud"
Expand Down
12 changes: 0 additions & 12 deletions .buildkite/pipeline.release-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ steps:
env:
REGISTRY: "buildkite/agent-rpm-unstable"
EXTENSION: rpm
plugins:
- docker#v5.8.0:
image: "032379705303.dkr.ecr.us-east-1.amazonaws.com/deploytools:2022.07"
entrypoint: bash
propagate-environment: true
mount-buildkite-agent: true
soft_fail: true

- name: ":redhat: Publish Unstable RPM Package to Packagecloud"
Expand Down Expand Up @@ -127,12 +121,6 @@ steps:
env:
REGISTRY: "buildkite/agent-deb-unstable"
EXTENSION: deb
plugins:
- docker#v5.8.0:
image: "032379705303.dkr.ecr.us-east-1.amazonaws.com/deploytools:2022.07"
entrypoint: bash
propagate-environment: true
mount-buildkite-agent: true
soft_fail: true

- name: ":debian: Publish Unstable Debian Package to Packagecloud"
Expand Down