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 13ec3db commit 530f8a1Copy full SHA for 530f8a1
2 files changed
scripts/custom/provision-10-example.sh
@@ -23,6 +23,7 @@ info() { printf " ==> %s\n" "${1}"; }
23
note() { printf " %s\n" "${1}"; }
24
task() { printf " > %s\n" "${1}"; }
25
pass() { printf " < %s\n" "${1}"; }
26
+fail() { printf " ! %s\n" "${1}"; }
27
28
drush() { ./vendor/bin/drush -y "$@"; }
29
scripts/custom/provision-20-migration.sh
@@ -44,6 +44,7 @@ info() { printf " ==> %s\n" "${1}"; }
44
45
46
47
48
# @formatter:on
49
50
0 commit comments