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 55a051c commit c84106dCopy full SHA for c84106d
tasks/build.sh
@@ -41,3 +41,12 @@ cat sql/666-rename_configuration_table.sql >> release/cipherstash-encrypt-uninst
41
# remove the drop file
42
rm release/cipherstash-encrypt-tmp-drop-install.sql
43
rm release/cipherstash-encrypt-tmp-drop-uninstall.sql
44
+
45
+set +x
46
+echo
47
+echo '###############################################'
48
+echo "# ✅Build succeeded"
49
50
51
+echo 'Installer: release/cipherstash-encrypt.sql'
52
+echo 'Uninstaller: release/cipherstash-encrypt-uninstall.sql'
0 commit comments