From 5150f5e507f6f8a51a9ce69b676c19c3ab14766d Mon Sep 17 00:00:00 2001 From: Radostin Emanuilov Date: Wed, 28 Aug 2024 16:41:01 +0100 Subject: [PATCH] chore: not needed --- .gitea/actions/build-push-bootc.yaml | 7 ------- .gitea/actions/build-vm.yaml | 0 2 files changed, 7 deletions(-) delete mode 100644 .gitea/actions/build-push-bootc.yaml delete mode 100644 .gitea/actions/build-vm.yaml diff --git a/.gitea/actions/build-push-bootc.yaml b/.gitea/actions/build-push-bootc.yaml deleted file mode 100644 index e01392d..0000000 --- a/.gitea/actions/build-push-bootc.yaml +++ /dev/null @@ -1,7 +0,0 @@ -# action.yml -name: 'Build VM disk' -description: 'Setups a Rocky Linux 9 Cloud based VM disk capable of building the bootc image' -runs: - using: 'docker' - image: 'docker://docker.io/monolithify/gitlab-runner-image:latest' - post-entrypoint: './scripts/setupBuilder/main.sh' \ No newline at end of file diff --git a/.gitea/actions/build-vm.yaml b/.gitea/actions/build-vm.yaml deleted file mode 100644 index e69de29..0000000