diff --git a/InstanceSync.jar b/InstanceSync.jar deleted file mode 100644 index 6d0dda332..000000000 --- a/InstanceSync.jar +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1a93a339c76744b3e2811bc819040bdaad0dfbc7ae143d66ca9de241caee370 -size 251925 diff --git a/SetupInstanceSync.bat b/SetupInstanceSync.bat deleted file mode 100644 index 1cf2fb609..000000000 --- a/SetupInstanceSync.bat +++ /dev/null @@ -1,12 +0,0 @@ -@echo off - -type NUL > .git/hooks/post-merge -echo #!/bin/sh > .git/hooks/post-merge -echo java -jar InstanceSync.jar >> .git/hooks/post-merge - -echo Done setting up hooks -echo Running InstanceSync - -java -jar InstanceSync.jar - -pause \ No newline at end of file diff --git a/SetupInstanceSync.sh b/SetupInstanceSync.sh deleted file mode 100644 index 7b708a42d..000000000 --- a/SetupInstanceSync.sh +++ /dev/null @@ -1,7 +0,0 @@ -echo "#!/bin/sh" > .git/hooks/post-merge -echo "java -jar InstanceSync.jar" >> .git/hooks/post-merge - -echo "Done setting up hooks" -echo "Running InstanceSync" - -java -jar InstanceSync.jar \ No newline at end of file diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index 4919512a7..000000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,27 +0,0 @@ -# Starter pipeline -# Start with a minimal pipeline that you can customize to build and deploy your code. -# Add steps that build, run tests, deploy, and more: -# https://aka.ms/yaml - -trigger: -- master - -pool: - vmImage: 'Ubuntu-16.04' - -steps: -- script: echo Hello, world! - displayName: 'Run a one-line script' - -- task: Bash@3 - inputs: - filePath: 'SetupInstanceSync.sh' - -- task: Bash@3 - inputs: - filePath: 'ServerStartAzure.sh' - -- task: Bash@3 - inputs: - targetType: 'inline' - script: 'stop' \ No newline at end of file