fix: close #84 prefix with ./ and privilege script (#85)

Build passed

prefix deployment script with ./ and add privileges to script file

22:52, 12 February 2023

7f36db1df8445d9aeb90ffbfd01db741bac96bf0

[INFO] Scanning for projects...

[INFO]

[INFO] ------------------------< com.group1:ci-server >------------------------

[INFO] Building ci-server 0

[INFO] --------------------------------[ jar ]---------------------------------

[INFO]

[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ ci-server ---

[INFO]

[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ ci-server ---

[INFO] Using UTF-8 encoding to copy filtered resources.

[INFO] skip non existing resourceDirectory /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/src/main/resources

[INFO]

[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ ci-server ---

[INFO] Changes detected - recompiling the module!

[INFO] Compiling 7 source files to /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/target/classes

[INFO]

[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ ci-server ---

[INFO] Using UTF-8 encoding to copy filtered resources.

[INFO] skip non existing resourceDirectory /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/src/test/resources

[INFO]

[INFO] --- maven-compiler-plugin:3.8.0:testCompile (default-testCompile) @ ci-server ---

[INFO] Changes detected - recompiling the module!

[INFO] Compiling 3 source files to /Users/Erik/Desktop/Programmering/DD2480-CI/ci-server/watched-repository/ci-server/target/test-classes

[INFO]

[INFO] --- maven-surefire-plugin:2.22.1:test (default-test) @ ci-server ---

[INFO]

[INFO] -------------------------------------------------------

[INFO] T E S T S

[INFO] -------------------------------------------------------

[INFO] Running com.group1.ContinuousIntegrationServerTest

running tests

running tests

[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.088 s - in com.group1.ContinuousIntegrationServerTest

[INFO] Running com.group1.RequestExtractionTest

[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.363 s - in com.group1.RequestExtractionTest

[INFO] Running com.group1.Output_parserTest

[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in com.group1.Output_parserTest

[INFO]

[INFO] Results:

[INFO]

[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0

[INFO]

[INFO] ------------------------------------------------------------------------

[INFO] BUILD SUCCESS

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 31.787 s

[INFO] Finished at: 2023-02-13T00:19:00+01:00

[INFO] ------------------------------------------------------------------------