Skip to content

Commit

Permalink
Remove debugging echo statements
Browse files Browse the repository at this point in the history
  • Loading branch information
lola831 authored Jan 15, 2025
1 parent 385ff50 commit 27538d8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/run-simulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,8 @@ jobs:
GH_REF: ${{ github.ref }}
run: |
export LC_GH_REF="$GH_REF"
echo "LC GH REF: $LC_GH_REF"
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
ssh -o StrictHostKeyChecking=no -o SendEnv=LC_GH_REF -i private_key ${USER_NAME}@${HOSTNAME} '
echo "LC GH Ref inside SSH: $LC_GH_REF"
echo "With: ${LC_GH_REF}"
cd /home/ubuntu/actions/ &&
rm -rf Scenic &&
git clone --branch $(basename "$LC_GH_REF") --single-branch https://$GH_ACCESS_TOKEN@github.com/BerkeleyLearnVerify/Scenic.git &&
Expand Down

0 comments on commit 27538d8

Please sign in to comment.