update build system
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
All checks were successful
BlockStorage/repertory_linux_builds/pipeline/head This commit looks good
This commit is contained in:
@ -1,4 +1,13 @@
|
||||
#!/bin/bash
|
||||
# clean dist on each build
|
||||
# repertory - add back git rev
|
||||
# - store in PROJECT_GIT_REV
|
||||
# add make_package.sh/cmd
|
||||
# - signature / sha256
|
||||
# - add PROJECT_PUBLIC_KEY
|
||||
# - add PROJECT_PRIVATE_KEY
|
||||
# - [optional] post_package.sh for copy to destination
|
||||
# update nvim-lua mmr/mmd
|
||||
|
||||
CURRENT_DIR=$(dirname "$0")
|
||||
CURRENT_DIR=$(realpath ${CURRENT_DIR})
|
||||
|
Reference in New Issue
Block a user