mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-25 16:41:12 +02:00
chore: remove AMI publish step (#650)
Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
parent
0b33280915
commit
42a562a2bc
26
.drone.yml
26
.drone.yml
@ -132,31 +132,6 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- basic-integration
|
- basic-integration
|
||||||
|
|
||||||
- name: ami
|
|
||||||
image: autonomy/build-container:latest
|
|
||||||
pull: always
|
|
||||||
environment:
|
|
||||||
PACKER_LOG: "1"
|
|
||||||
BUILDKIT_HOST: tcp://buildkitd.ci.svc:1234
|
|
||||||
BINDIR: /usr/local/bin
|
|
||||||
AWS_ACCESS_KEY_ID:
|
|
||||||
from_secret: aws_access_key_id
|
|
||||||
AWS_SECRET_ACCESS_KEY:
|
|
||||||
from_secret: aws_secret_access_key
|
|
||||||
AWS_DEFAULT_REGION: us-west-2
|
|
||||||
AWS_PUBLISH_REGIONS: us-west-1,us-west-2,us-east-1,us-east-2,eu-central-1
|
|
||||||
commands:
|
|
||||||
- make talos-aws
|
|
||||||
volumes:
|
|
||||||
- name: dockersock
|
|
||||||
path: /var/run
|
|
||||||
when:
|
|
||||||
event:
|
|
||||||
exclude:
|
|
||||||
- pull_request
|
|
||||||
depends_on:
|
|
||||||
- push
|
|
||||||
|
|
||||||
- name: release
|
- name: release
|
||||||
image: plugins/github-release
|
image: plugins/github-release
|
||||||
settings:
|
settings:
|
||||||
@ -173,7 +148,6 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- basic-integration
|
- basic-integration
|
||||||
- iso
|
- iso
|
||||||
- ami
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user