diff options
author | stephanie sappho lenzo <sappho@sappho.io> | 2023-12-05 13:22:11 -0500 |
---|---|---|
committer | stephanie sappho lenzo <sappho@sappho.io> | 2023-12-05 13:22:11 -0500 |
commit | e83da478e743e541962f7c8695c2744de9f2efaa (patch) | |
tree | 510c7d5e5184f28cb1b522efe97284d91888182c | |
parent | fcee4d40f92462148e8368eeac3180a910d1d04b (diff) |
whack old test build sh
-rw-r--r-- | extension/test.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/extension/test.sh b/extension/test.sh deleted file mode 100644 index 0e241a9..0000000 --- a/extension/test.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/bash -FIX ME -if ( ! git clone https://github.com/alliedmodders/sourcemod --branch 1.11-dev sm-1.11 --recursive ); then - pushd sm-1.11 || echo "COULDNT CD TO SM???"; exit 255 - echo "test"; pwd; - git reset --hard; - git fetch - git reset --hard FETCH_HEAD - git submodule foreach --recursive git reset --hard origin/HEAD - pwd - popd || echo "COULDNT POPD FROM $(pwd)???"; exit 255; - fi; -fi |