You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
456 B
25 lines
456 B
#@ def resources(branch_name, artifact_slug):
|
|
- name: repo
|
|
icon: git
|
|
type: mock
|
|
source:
|
|
initial_version: #@ "repo-at-" + branch_name
|
|
create_files:
|
|
branch.txt: #@ branch_name
|
|
|
|
- name: image-rc
|
|
icon: oci
|
|
type: mock
|
|
source:
|
|
initial_version: #@ artifact_slug + "-rc"
|
|
create_files:
|
|
oci_image: #@ artifact_slug + "-rc"
|
|
|
|
- name: dev-env
|
|
icon: wrench
|
|
type: mock
|
|
|
|
- name: prod-env
|
|
icon: cloud-check
|
|
type: mock
|
|
#@ end
|