From 4119ea09a23567094db79d128b639844b9b48d6b Mon Sep 17 00:00:00 2001 From: Dana Sherson Date: Mon, 4 Dec 2023 23:24:31 +1300 Subject: [PATCH] What if i do this --- scripts/ci.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/ci.sh b/scripts/ci.sh index c0e9fe5..85dcfeb 100755 --- a/scripts/ci.sh +++ b/scripts/ci.sh @@ -3,5 +3,6 @@ # we assume this is checked out to ~/.dotfiles ln -s $PWD ~/.dotfiles ~/.dotfiles/scripts/install.sh +. ~/.bash_profile git config --global commit.gpgsign false -bash -lc 'bundle exec rspec' +bundle exec rspec