Skip to content

Commit 2fffcbb

Browse files
committed
test pipelines: changes to pass Pix4D OPA policy checks
1 parent 812989d commit 2fffcbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pipelines/cogito-acceptance.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resource_types:
1212
check_every: 24h
1313
source:
1414
repository: pix4d/cogito
15-
tag: ((cogito-tag))
15+
tag: "((cogito-tag))"
1616

1717
###########################################################
1818

@@ -75,13 +75,15 @@ resources:
7575
source:
7676
uri: https://github.com/((github-owner))/((repo-name)).git
7777
branch: ((target-branch))
78+
disable_ci_skip: true # This is required on Pix4D CI only
7879

7980
- name: cogito-repo.git
8081
type: git
8182
check_every: 24h
8283
source:
8384
uri: https://github.com/Pix4D/cogito.git
8485
branch: ((cogito-branch))
86+
disable_ci_skip: true # This is required on Pix4D CI only
8587

8688
###########################################################
8789

0 commit comments

Comments
 (0)