mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
chore: update delivery.yaml to new format
This commit is contained in:
parent
cca3e724c7
commit
7bbde7c4d4
@ -1,13 +1,9 @@
|
||||
build_steps:
|
||||
- desc: Install docker
|
||||
cmd: |
|
||||
apt-get update
|
||||
apt-get install -y apt-transport-https ca-certificates curl software-properties-common
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||
apt-get update
|
||||
apt-get install -y docker-ce
|
||||
- desc: Build and push docker image
|
||||
version: "2017-09-20"
|
||||
pipeline:
|
||||
- id: build
|
||||
type: script
|
||||
commands:
|
||||
- desc: Build and push Docker image
|
||||
cmd: |
|
||||
if [[ $CDP_TARGET_BRANCH == master && ! $CDP_PULL_REQUEST_NUMBER ]]; then
|
||||
RELEASE_VERSION=$(git describe --tags --always --dirty)
|
||||
|
Loading…
Reference in New Issue
Block a user