TODO: Remove this when merging (OOPS!)

This commit is contained in:
John 2022-05-10 14:10:02 -05:00
parent 7087b99867
commit 92c2a85497
2 changed files with 0 additions and 11 deletions

View File

@ -52,11 +52,6 @@ printf "\nCloning repository into $gitdir\n"
dryrun mkdir "$gitdir" dryrun mkdir "$gitdir"
cd $gitdir && dryrun git clone "$repouri" cd $gitdir && dryrun git clone "$repouri"
# TODO: remove this when merging!
cd Mind_Reader
dryrun git checkout johnBreaux
# TODO: remove this when merging!
cd "$gitdir/$setupdir" cd "$gitdir/$setupdir"
bash ./upgrade-linux.sh $@ bash ./upgrade-linux.sh $@

View File

@ -151,12 +151,6 @@ $dir = $pwd
Set-Location $GitDir Set-Location $GitDir
Invoke-DryRun "git clone '$RepoURI'" Invoke-DryRun "git clone '$RepoURI'"
# TODO: Remove this when merging
Set-Location Mind_reader
Invoke-DryRun "git checkout johnBreaux"
Set-Location ..
# TODO: Remove this when merging
# Run the install script # Run the install script
if ( -not (Test-Path "$SetupPath")) { if ( -not (Test-Path "$SetupPath")) {
Throw "Repository contains no subdirectory '$SetupPath'." Throw "Repository contains no subdirectory '$SetupPath'."