[parser] Changed command "deploy" to "export"
[cmd_deploy] Changed cmd_deploy function to cmd_export
This commit is contained in:
parent
04fbdfd4f1
commit
1c2371a266
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
|||
#! /bin/bash
|
||||
|
||||
# doc cmd_deploy {
|
||||
# doc cmd_export {
|
||||
#
|
||||
# DESCRIPTION
|
||||
# cmd_deploy - Command that deploys IMAGEIDs using deploy_imageid function
|
||||
# cmd_export - Command that deploys IMAGEIDs using deploy_imageid function
|
||||
#
|
||||
# USAGE
|
||||
# cmd_deploy - </path/to/git/dir> </path/to/target> [<old git commit>]
|
||||
# cmd_export - </path/to/git/dir> </path/to/target> [<old git commit>]
|
||||
#
|
||||
# DEPENDENCIES bunc/src/* src/print_imageid_du src/deploy_rm src/deploy_cp src/deploy_meta
|
||||
#
|
||||
# }
|
||||
|
||||
cmd_deploy() {
|
||||
cmd_export() {
|
||||
local GIT_DIR="${1}"
|
||||
local TARGET="${2}"
|
||||
local OLD_COMMIT="${3}"
|
Loading…
Reference in a new issue