Updated build.sh to automatically commit and push changes after successful build
This commit is contained in:
6
update_nostr_core.sh
Executable file
6
update_nostr_core.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
git submodule update --remote nostr_core_lib
|
||||
git add nostr_core_lib
|
||||
git commit -m "Update nostr_core_lib submodule to latest version"
|
||||
Reference in New Issue
Block a user