We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5a7fd1 + 42fc7d4 commit 7bab733Copy full SHA for 7bab733
Dockerfile
@@ -1 +1 @@
1
-FROM plus3it/tardigrade-ci:0.28.0
+FROM plus3it/tardigrade-ci:0.28.3
OSpackages.sh
@@ -240,7 +240,7 @@ function PrepChroot {
240
fi
241
242
# Clean out stale RPMs
243
- if [[ $( stat /tmp/*.rpm > /dev/null 2>&1 )$? -eq 0 ]]
+ if stat /tmp/*.rpm > /dev/null 2>&1
244
then
245
err_exit "Cleaning out stale RPMs..." NONE
246
rm -f /tmp/*.rpm || \
0 commit comments