Skip to content

Commit 7bab733

Browse files
authored
Merge pull request #129 from plus3it/dependabot/docker/docker-7a8e8bcb32
Bump plus3it/tardigrade-ci from 0.28.0 to 0.28.3 in the docker group
2 parents b5a7fd1 + 42fc7d4 commit 7bab733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM plus3it/tardigrade-ci:0.28.0
1+
FROM plus3it/tardigrade-ci:0.28.3

OSpackages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function PrepChroot {
240240
fi
241241

242242
# Clean out stale RPMs
243-
if [[ $( stat /tmp/*.rpm > /dev/null 2>&1 )$? -eq 0 ]]
243+
if stat /tmp/*.rpm > /dev/null 2>&1
244244
then
245245
err_exit "Cleaning out stale RPMs..." NONE
246246
rm -f /tmp/*.rpm || \

0 commit comments

Comments
 (0)