Skip to content

Commit

Permalink
Add OS scripts to keep CI happy
Browse files Browse the repository at this point in the history
The tests just inform that we don't support this branch
  • Loading branch information
alpar-t committed Oct 4, 2019
1 parent 8ef35aa commit 3a95894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/os.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "New style OS tests are not backported for this branch"
2 changes: 2 additions & 0 deletions .ci/os.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
echo "New style OS tests are not backported for this branch"

0 comments on commit 3a95894

Please sign in to comment.