Commit 50fb426 1 parent 8f20ee6 commit 50fb426 Copy full SHA for 50fb426
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
steps :
11
11
- group : " :beats: DRA Elastic-Agent Core Snapshot :beats:"
12
12
key : " dra-core-snapshot"
13
- if : build.branch == 'main' || build.branch =~ /^[0-9]+\.[0-9 ]+\$/ || build.env("RUN_SNAPSHOT") == "true"
13
+ if : build.branch == 'main' || build.branch =~ /^[0-9]+\.[0-9x ]+\$/ || build.env("RUN_SNAPSHOT") == "true"
14
14
steps :
15
15
- label : " :package: Build Elastic-Agent Core Snapshot"
16
16
commands :
43
43
44
44
- group : " :beats: DRA Elastic-Agent Core Staging :beats:"
45
45
key : " dra-core-staging"
46
- if : build.branch =~ /^[0-9]+\.[0-9 ]+\$/ || build.env("RUN_STAGING") == "true"
46
+ if : build.branch =~ /^[0-9]+\.[0-9x ]+\$/ || build.env("RUN_STAGING") == "true"
47
47
steps :
48
48
- label : " :package: Build Elastic-Agent Core staging"
49
49
commands :
You can’t perform that action at this time.
0 commit comments