Skip to content

Commit 64b0e86

Browse files
committed
Update to have nerdctl userns changes
Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent 571d7ea commit 64b0e86

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release-automation.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,15 @@ jobs:
6565
echo "tar -xzf sucessful dynamic"
6666
tar -xzf release/${{ env.STATIC_BINARY_NAME }} -C ./output/static
6767
echo "tar -xzf sucessful static"
68-
6968
if [ -f "./output/dynamic/finch-daemon" ]; then
7069
echo "finch-daemon exists in output/dynamic"
7170
ls -l ./output/dynamic/finch-daemon
7271
else
7372
echo "finch-daemon does not exist in output/dynamic"
7473
ls -l ./output/dynamic
7574
fi
76-
7775
echo "Output of finch-daemon --version:"
7876
./output/dynamic/finch-daemon --version
79-
8077
if command -v grep &> /dev/null; then
8178
echo "grep is available"
8279
VERSION_OUTPUT=$(./output/dynamic/finch-daemon --version)
@@ -85,7 +82,6 @@ jobs:
8582
else
8683
echo "grep is not available"
8784
fi
88-
8985
DYNAMIC_BINARY_VERSION=$(./output/dynamic/finch-daemon --version | grep -oP '\d+\.\d+\.\d+')
9086
echo "Dynamic binary version: $DYNAMIC_BINARY_VERSION"
9187
STATIC_BINARY_VERSION=$(./output/static/finch-daemon --version | grep -oP '\d+\.\d+\.\d+')

0 commit comments

Comments
 (0)