diff --git a/gocd/announcer.gocd.yaml b/gocd/announcer.gocd.yaml index eaa53ea2..9c23b5d0 100644 --- a/gocd/announcer.gocd.yaml +++ b/gocd/announcer.gocd.yaml @@ -45,7 +45,7 @@ pipelines: script: git: https://github.com/openSUSE/openSUSE-release-tools.git timer: - spec: 0 4 * ? * * + spec: 0 2 * ? * * only_on_changes: false stages: - Run: @@ -63,7 +63,7 @@ pipelines: script: git: https://github.com/openSUSE/openSUSE-release-tools.git timer: - spec: 0 5 * ? * * + spec: 0 3 * ? * * only_on_changes: false stages: - Run: diff --git a/gocd/vagrant-publisher.gocd.yaml b/gocd/vagrant-publisher.gocd.yaml index c20c8627..bc5708fe 100644 --- a/gocd/vagrant-publisher.gocd.yaml +++ b/gocd/vagrant-publisher.gocd.yaml @@ -74,4 +74,4 @@ pipelines: - staging-bot tasks: - script: | - ruby obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap/15.4/appliances/boxes/Leap-15.4.aarch64-libvirt_aarch64.json --organization opensuse --new-box-name Leap-15.4.aarch64 + ruby obs-to-vagrantcloud.rb --url https://download.opensuse.org/distribution/leap/15.4/appliances/boxes/Leap-15.4.aarch64-libvirt_aarch64.json --organization opensuse --new-box-name Leap-15.4.aarch64 \ No newline at end of file