Skip to content

Commit

Permalink
fix: Update run-simulators.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abanuelo authored Apr 3, 2024
1 parent 0091291 commit 7802a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-simulators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
ssh -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOSTNAME} '
# Now we have got the access of EC2 and we will start the deploy .
bash /opt/carla-simulator/CarlaUE4.sh & &&
bash /opt/carla-simulator/CarlaUE4.sh &
ls /home/ubuntu/ &&
cd /home/ubuntu/actions/ &&
git clone --branch $(basename "${{ github.ref }}") --single-branch https://[email protected]/BerkeleyLearnVerify/Scenic.git &&
Expand Down Expand Up @@ -98,4 +98,4 @@ jobs:
else
echo "Unknown instance state: $instance_state"
exit 1
fi
fi

0 comments on commit 7802a4f

Please sign in to comment.