We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd23ca4 commit 4ce447aCopy full SHA for 4ce447a
scripts/makefile/upgrade-status-validation.sh
@@ -1,5 +1,8 @@
1
#!/usr/bin/env sh
2
3
+# Enable Upgrade Status module
4
+drush en -y upgrade_status
5
+
6
# Search for no issues message
7
REPORT=$(drush us-a --all --ignore-contrib --ignore-uninstalled)
8
IS_VALID=$(echo "$REPORT" | grep "No known issues found.")
0 commit comments