Skip to content

Commit 7a21c47

Browse files
yarikopticjwodder
andcommitted
Use bashism for encfs matching
Co-authored-by: John T. Wodder II <[email protected]>
1 parent 0f6616f commit 7a21c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/template/build-{{ostype}}.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ jobs:
458458
sudo exportfs -a
459459
sudo mount -t nfs localhost:/tmp/nfsmount_ /tmp/nfsmount
460460
fi
461-
if echo "${{ matrix.flavor }}" | grep -q "encfs" ; then
461+
if [[ "${{ matrix.flavor }}" == *encfs* ]] ; then
462462
mkdir /tmp/encfsmount_ /tmp/encfsmount
463463
sudo apt-get install -y encfs
464464
encfs --standard --extpass="echo 123" /tmp/encfsmount_ /tmp/encfsmount

0 commit comments

Comments
 (0)