From 321dea10fe905e6aa15be7582dfa95ff4f4f1246 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Thu, 5 Dec 2024 20:36:35 +0100 Subject: [PATCH] gocd/vagrant-publisher.gocd.yaml: publish Leap_Micro_6.1_Base.x86_64 --- gocd/vagrant-publisher.gocd.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gocd/vagrant-publisher.gocd.yaml b/gocd/vagrant-publisher.gocd.yaml index d16a6e42e..46565f8f3 100644 --- a/gocd/vagrant-publisher.gocd.yaml +++ b/gocd/vagrant-publisher.gocd.yaml @@ -81,3 +81,9 @@ pipelines: tasks: - script: | ruby obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap-micro/6.1/appliances/openSUSE-Leap-Micro.x86_64-Default-Vagrant.json --organization opensuse --new-box-name Leap_Micro_6.1_Default.x86_64 + publish_Leap_Micro_6_1_Base_x86_64: + resources: + - staging-bot + tasks: + - script: | + ruby obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap-micro/6.1/appliances/openSUSE-Leap-Micro.x86_64-Base-Vagrant.json --organization opensuse --new-box-name Leap_Micro_6.1_Base.x86_64