Remove call to _determine_vcs_base_and_type.
This commit is contained in:
@@ -19,8 +19,6 @@ fail_if_keychain_has_secrets
|
|||||||
encrypt_file "$unencrypted_file" "$encrypted_file"
|
encrypt_file "$unencrypted_file" "$encrypted_file"
|
||||||
shred_file "$unencrypted_file"
|
shred_file "$unencrypted_file"
|
||||||
|
|
||||||
_determine_vcs_base_and_type
|
|
||||||
|
|
||||||
echo ========== UPDATED '"'$encrypted_file'"'
|
echo ========== UPDATED '"'$encrypted_file'"'
|
||||||
echo "Likely next step:"
|
echo "Likely next step:"
|
||||||
echo " $VCS_TYPE commit -m\"${encrypted_file} updated\" \"$encrypted_file\""
|
echo " $VCS_TYPE commit -m\"${encrypted_file} updated\" \"$encrypted_file\""
|
||||||
|
|||||||
@@ -11,8 +11,6 @@
|
|||||||
set -e
|
set -e
|
||||||
source "${0%/*}/_blackbox_common.sh"
|
source "${0%/*}/_blackbox_common.sh"
|
||||||
|
|
||||||
_determine_vcs_base_and_type # Sets VCS_TYPE
|
|
||||||
|
|
||||||
if [[ $1 != 'yes' ]]; then
|
if [[ $1 != 'yes' ]]; then
|
||||||
read -r -p "Enable blackbox for this $VCS_TYPE repo? (yes/no) " ans
|
read -r -p "Enable blackbox for this $VCS_TYPE repo? (yes/no) " ans
|
||||||
if [[ $ans = 'no' || $ans = 'n' || $ans = '' ]]; then
|
if [[ $ans = 'no' || $ans = 'n' || $ans = '' ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user