From a792766eff05326d4e604f63d1e0355a864476e4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 5 Jun 2019 19:42:29 -0300 Subject: Uncomment accidentally commented code --- scripts/ci/provision.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts/ci') diff --git a/scripts/ci/provision.sh b/scripts/ci/provision.sh index 1fae87d..1000a55 100755 --- a/scripts/ci/provision.sh +++ b/scripts/ci/provision.sh @@ -50,9 +50,9 @@ echo "Running the Ansible playbook..." ansible-playbook provision.yaml echo "Done." -# echo "Locking git-crypt repositories back..." -# git crypt lock -# pushd ../vps-state/ -# git crypt lock -# popd -# echo "Done." +echo "Locking git-crypt repositories back..." +git crypt lock +pushd ../vps-state/ +git crypt lock +popd +echo "Done." -- cgit v1.2.3