Skip to content

Commit 88c6cdc

Browse files
committed
Add OS scripts to keep CI happy
The tests just inform that we don't support this branch
1 parent 1b2d9b0 commit 88c6cdc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.ci/os.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
echo "New style OS tests are not backported for this branch"

.ci/os.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/bash
2+
echo "New style OS tests are not backported for this branch"

0 commit comments

Comments
 (0)