We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c7e0a commit 00b9d56Copy full SHA for 00b9d56
bin/compile
@@ -67,6 +67,8 @@ if [ -f $BUILD_DIR/Aptfile ]; then
67
topic "Installing $(basename $DEB)"
68
dpkg -x $DEB $BUILD_DIR/.apt/
69
done
70
+else
71
+ status "No Aptfile found."
72
fi
73
74
# Write profile script and set additional environment variables
0 commit comments