Skip to content

Commit c84106d

Browse files
committed
Provide feedback that the build has succeeded
And where to find build artifacts
1 parent 55a051c commit c84106d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tasks/build.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,12 @@ cat sql/666-rename_configuration_table.sql >> release/cipherstash-encrypt-uninst
4141
# remove the drop file
4242
rm release/cipherstash-encrypt-tmp-drop-install.sql
4343
rm release/cipherstash-encrypt-tmp-drop-uninstall.sql
44+
45+
set +x
46+
echo
47+
echo '###############################################'
48+
echo "# ✅Build succeeded"
49+
echo '###############################################'
50+
echo
51+
echo 'Installer: release/cipherstash-encrypt.sql'
52+
echo 'Uninstaller: release/cipherstash-encrypt-uninstall.sql'

0 commit comments

Comments
 (0)