Skip to content

Commit 659ac08

Browse files
committed
ci: mkdir -Force necessary for integration:windows
1 parent 9ba5699 commit 659ac08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ integration:windows:
339339
optional: true
340340
tags:
341341
- windows
342+
before_script:
343+
- mkdir -Force "$CI_PROJECT_DIR/tmp"
342344
script:
343345
- Get-ChildItem -File ./builds/*-win-* | ForEach {& $_.FullName}
344346
rules:

0 commit comments

Comments
 (0)