From e3fdb44d0389a44d0caa0d50f030f133029f683d Mon Sep 17 00:00:00 2001 From: Colgrave Date: Sun, 5 Jan 2025 23:27:14 -0500 Subject: [PATCH] Change directory, file names and adding comments --- Butane/{.woodpecker.yaml => .woodpecker/butane.yaml} | 8 ++++++++ Butane/{ => .woodpecker}/script.sh | 0 2 files changed, 8 insertions(+) rename Butane/{.woodpecker.yaml => .woodpecker/butane.yaml} (71%) rename Butane/{ => .woodpecker}/script.sh (100%) diff --git a/Butane/.woodpecker.yaml b/Butane/.woodpecker/butane.yaml similarity index 71% rename from Butane/.woodpecker.yaml rename to Butane/.woodpecker/butane.yaml index cb52594..6cee60d 100644 --- a/Butane/.woodpecker.yaml +++ b/Butane/.woodpecker/butane.yaml @@ -1,3 +1,11 @@ +# butane.yaml +# +# Use a bash script to translate the Butane configs in the current directory to +# the Ignition configs, and push them to the master branch. +# +# [Butane](https://coreos.github.io/butane/) +# [Ignition](https://coreos.github.io/ignition/) + when: branch: main event: [ push, pull_request ] diff --git a/Butane/script.sh b/Butane/.woodpecker/script.sh similarity index 100% rename from Butane/script.sh rename to Butane/.woodpecker/script.sh