Skip to content

Commit edfc275

Browse files
committed
avoid -e
1 parent f03476f commit edfc275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Build Tool
4848
run: |
4949
NAME=$(echo ${{ matrix.tool }} | tr -cd '0-9A-Za-z-_')
50-
EXTRA=$( grep -qE "^(featherduster|volatility|qira)$" <<< "${{ matrix.tool }}" && echo python2 )
50+
EXTRA=$( grep -qE "^(featherduster|volatility|qira)$" <<< "${{ matrix.tool }}" && echo python2 || echo "" )
5151
docker build -t ctftools/$NAME --build-arg PREINSTALL="$EXTRA ${{ matrix.tool }}" .
5252
docker push ctftools/$NAME
5353
docker tag ctftools/$NAME ctftools/$NAME:$(date +%Y-%m-%d)

0 commit comments

Comments
 (0)