Skip to content

Commit

Permalink
Test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
msobo1 committed Oct 17, 2023
1 parent 175293b commit 3de5b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/linux/04_do_magic_for_ndi.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# This script was created only for needs of test CICD. Process needs to be evaluated and improved by developers.
if [[ lsb_release -a == *"20.04"* ]];then
if [[ $(lsb_release -a) == *"20.04"* ]];then
UBUNTU_VERSION=2004
else
UBUNTU_VERSION=2204
Expand Down

0 comments on commit 3de5b84

Please sign in to comment.