Skip to content

Commit 19ec117

Browse files
author
Test User
committed
Add correct syntax and remove check
1 parent c15f00d commit 19ec117

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/bind9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
fetch-depth: 1
118118
- run: |
119119
cd bind9
120-
if [FIPS == "${{ matrix.fips_ref }}" ]; then
120+
if [ "${{ matrix.fips_ref }}" = "FIPS" ]; then
121121
patch -p1 < $GITHUB_WORKSPACE/osp/wolfProvider/bind9/bind9-${{ matrix.bind_ref }}-wolfprov-fips.patch
122122
else
123123
patch -p1 < $GITHUB_WORKSPACE/osp/wolfProvider/bind9/bind9-${{ matrix.bind_ref }}-wolfprov.patch

.github/workflows/debian-package.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,4 @@ jobs:
160160
echo "libwolfprov.so successfully removed"
161161
fi
162162
163-
# Verify that the default provider is present and active
164-
$GITHUB_WORKSPACE/scripts/verify-install.sh --no-wp ${{ matrix.replace_default && '--replace-default' || '' }} ${{ matrix.fips && '--fips' || '' }}
165-
166163
echo "Package uninstallation and cleanup verification successful"

0 commit comments

Comments
 (0)