Skip to content

Commit ae3c82f

Browse files
author
Artem
committed
add validation rule for docker manual build
1 parent eee79ce commit ae3c82f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/build/manual-build-validate.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ const whitelist = {
1717
'windows': {
1818
'nsis': 1,
1919
'nsis:x64': 1,
20+
},
21+
'docker': {
22+
'all': 1,
2023
}
2124
};
2225

0 commit comments

Comments
 (0)