Skip to content

Commit

Permalink
source?
Browse files Browse the repository at this point in the history
  • Loading branch information
shensquared committed Aug 19, 2024
1 parent 30fa621 commit 6ec9e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
cd /home/shensquared/gradML_dev # Replace with the relevant folder path
echo "Running on dev branch"
git pull origin dev
/home/shensquared/.rbenv/bin/rbenv local 3.1.3
source /home/shensquared/.bashrc
rbenv global 3.1.3
echo "Current Ruby version:"
ruby -v
echo "Bundler version:"
Expand Down

0 comments on commit 6ec9e55

Please sign in to comment.