Compare commits

..

1 Commits

Author SHA1 Message Date
Antoine Legrand
61064c372a Update CONTRIBUTING.md 2024-05-27 12:23:41 +02:00
2 changed files with 7 additions and 7 deletions

View File

@@ -32,7 +32,7 @@ packet_cleanup_old:
after_script: []
# The ubuntu20-calico-all-in-one jobs are meant as early stages to prevent running the full CI if something is horribly broken
packet_ubuntu24-calico-all-in-one:
packet_ubuntu20-calico-all-in-one:
stage: deploy-part1
extends: .packet_pr
when: on_success
@@ -46,11 +46,6 @@ packet_ubuntu20-all-in-one-docker:
extends: .packet_pr
when: on_success
packet_ubuntu20-calico-all-in-one:
stage: deploy-part1
extends: .packet_pr
when: on_success
packet_ubuntu20-calico-all-in-one-hardening:
stage: deploy-part2
extends: .packet_pr
@@ -71,6 +66,11 @@ packet_ubuntu24-all-in-one-docker:
extends: .packet_pr
when: on_success
packet_ubuntu24-calico-all-in-one:
stage: deploy-part2
extends: .packet_pr
when: on_success
packet_ubuntu24-calico-etcd-datastore:
stage: deploy-part2
extends: .packet_pr

View File

@@ -1,4 +1,4 @@
# Contributing guidelines
test # Contributing guidelines
## How to become a contributor and submit your own code