We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812989d commit 2fffcbbCopy full SHA for 2fffcbb
pipelines/cogito-acceptance.yml
@@ -12,7 +12,7 @@ resource_types:
12
check_every: 24h
13
source:
14
repository: pix4d/cogito
15
- tag: ((cogito-tag))
+ tag: "((cogito-tag))"
16
17
###########################################################
18
@@ -75,13 +75,15 @@ resources:
75
76
uri: https://github.com/((github-owner))/((repo-name)).git
77
branch: ((target-branch))
78
+ disable_ci_skip: true # This is required on Pix4D CI only
79
80
- name: cogito-repo.git
81
type: git
82
83
84
uri: https://github.com/Pix4D/cogito.git
85
branch: ((cogito-branch))
86
87
88
89
0 commit comments