debugging drone
This commit is contained in:
parent
17e187722b
commit
bafdd9dfd2
64
.drone.yml
64
.drone.yml
@ -1,20 +1,46 @@
|
|||||||
|
# ---
|
||||||
|
# kind: template
|
||||||
|
# load: multiarch-container.yaml
|
||||||
|
# data:
|
||||||
|
# repo: images/rotate-backups
|
||||||
|
# source:
|
||||||
|
# repo: https://gitea.jbrumond.me/images/rotate-backups
|
||||||
|
# ref: master
|
||||||
|
# build_args:
|
||||||
|
# - PYTHON_VERSION=3
|
||||||
|
# - ALPINE_VERSION=3.18
|
||||||
|
# - ROTATE_BACKUPS_VERSION=8.1
|
||||||
|
# tags:
|
||||||
|
# - "8.1"
|
||||||
|
# - "8"
|
||||||
|
# platforms:
|
||||||
|
# - os: linux
|
||||||
|
# arch: arm64
|
||||||
|
# - os: linux
|
||||||
|
# arch: amd64
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: template
|
kind: pipeline
|
||||||
load: multiarch-container.yaml
|
type: kubernetes
|
||||||
data:
|
name: build-linux-amd64
|
||||||
repo: images/rotate-backups
|
trigger:
|
||||||
source:
|
event:
|
||||||
repo: https://gitea.jbrumond.me/images/rotate-backups
|
- push
|
||||||
ref: master
|
branch:
|
||||||
build_args:
|
- master
|
||||||
- PYTHON_VERSION=3
|
platform:
|
||||||
- ALPINE_VERSION=3.18
|
os: linux
|
||||||
- ROTATE_BACKUPS_VERSION=8.1
|
arch: amd64
|
||||||
tags:
|
node_selector:
|
||||||
- "8.1"
|
kubernetes.io/os: linux
|
||||||
- "8"
|
kubernetes.io/arch: amd64
|
||||||
platforms:
|
clone:
|
||||||
- os: linux
|
disable: true
|
||||||
arch: arm64
|
steps:
|
||||||
- os: linux
|
- name: debug
|
||||||
arch: amd64
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- env
|
||||||
|
# - git clone https://gitea.jbrumond.me/images/rotate-backups .
|
||||||
|
# - git checkout master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user