Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Aug 12, 2024
1 parent 697a96a commit 05606fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion GametrackingSteamVr/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ set -eu
echo ".DepotDownloader" >> ~/.gitignore && \
git config --global core.excludesfile ~/.gitignore && \

ls -la /data
ls -la $GITHUB_WORKSPACE
ls -la $GITHUB_WORKSPACE/..

cd /data/GameTracking

[ ! -d "steamvr" ] && mv $GITHUB_WORKSPACE steamvr
[ ! -d "steamvr" ] && mkdir -p steamvr && mv $GITHUB_WORKSPACE/* steamvr/

cd steamvr

Expand Down

0 comments on commit 05606fc

Please sign in to comment.