Skip to content

Commit

Permalink
ci: mkdir -Force necessary for integration:windows
Browse files Browse the repository at this point in the history
  • Loading branch information
CMCDragonkai committed Jul 15, 2022
1 parent 9ba5699 commit 659ac08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ integration:windows:
optional: true
tags:
- windows
before_script:
- mkdir -Force "$CI_PROJECT_DIR/tmp"
script:
- Get-ChildItem -File ./builds/*-win-* | ForEach {& $_.FullName}
rules:
Expand Down

0 comments on commit 659ac08

Please sign in to comment.