We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6616f commit 7a21c47Copy full SHA for 7a21c47
.github/workflows/template/build-{{ostype}}.yaml.j2
@@ -458,7 +458,7 @@ jobs:
458
sudo exportfs -a
459
sudo mount -t nfs localhost:/tmp/nfsmount_ /tmp/nfsmount
460
fi
461
- if echo "${{ matrix.flavor }}" | grep -q "encfs" ; then
+ if [[ "${{ matrix.flavor }}" == *encfs* ]] ; then
462
mkdir /tmp/encfsmount_ /tmp/encfsmount
463
sudo apt-get install -y encfs
464
encfs --standard --extpass="echo 123" /tmp/encfsmount_ /tmp/encfsmount
0 commit comments