Skip to content

Commit d7530b6

Browse files
Evgeny Torbinhfudev
authored andcommitted
ci: fix if clause in .idf_ci.toml
1 parent 27619bb commit d7530b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.idf_ci.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ patterns = [
9999

100100
[gitlab.artifacts.s3.longterm]
101101
bucket = "longterm"
102-
if_clause = '"$CI_COMMIT_REF_NAME" == "master"'
102+
if_clause = 'CI_COMMIT_REF_NAME == "master"'
103103
patterns = [
104104
'**/build*/size*.json',
105105
]

0 commit comments

Comments
 (0)