-
Notifications
You must be signed in to change notification settings - Fork 23
/
test_app_local.sh
executable file
·60 lines (59 loc) · 2.5 KB
/
test_app_local.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#!/bin/sh -l
export CODETY_DEBUG=true
export RUNNER_WORKSPACE=/__w/gs-spring-boot
export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
export GITHUB_REPOSITORY_OWNER=blabla
export GITHUB_REF_PROTECTED=false
export GITHUB_REPOSITORY_ID=123
export GITHUB_WORKFLOW=CI Test
export GITHUB_RUN_NUMBER=135
export GITHUB_BASE_REF=main
export GITHUB_WORKSPACE=/__w/gs-spring-boot/gs-spring-boot
export GITHUB_RETENTION_DAYS=90
export GITHUB_WORKFLOW_SHA=123123123123123
export GITHUB_API_URL=https://api.github.com
export LD_LIBRARY_PATH=/usr/lib/jvm/java-17-amazon-corretto/lib/server:/usr/lib/jvm/java-17-amazon-corretto/lib:/usr/lib/jvm/java-17-amazon-corretto/../lib
export GITHUB_RUN_ATTEMPT=1
export LC_COLLATE=C
export GITHUB_PATH=/__w/_temp/_runner_file_commands/add_path_349b4748-720d-46f0-b9db-123123123123
export GITHUB_EVENT_NAME=pull_request
export GITHUB_JOB=build_and_static_analysis
export GITHUB_ACTIONS=true
export GITHUB_TRIGGERING_ACTOR=codetyio
export PAGER=less
export RUNNER_ENVIRONMENT=github-hosted
export GITHUB_TOKEN=***
export GITHUB_GRAPHQL_URL=https://api.github.com/graphql
export GITHUB_ENV=/__w/_temp/_runner_file_commands/set_env_349b4748-720d-46f0-b9db-123123123123
export RUNNER_OS=Linux
export GITHUB_EVENT_PATH=/github/workflow/event.json
export GITHUB_WORKFLOW_REF=codetyio/gs-spring-boot/.github/workflows/checkout.yml@refs/pull/19/merge
export GITHUB_ACTOR_ID=1234567
export GITHUB_REF_TYPE=branch
export GITHUB_ACTION=__run
export GITHUB_ACTOR=codetyio
export RUNNER_TOOL_CACHE=/__t
export SHLVL=2
export GITHUB_SERVER_URL=https://github.com
export JAVA_HOME=/usr/lib/jvm/default-jvm
export GITHUB_REF=refs/pull/19/merge
export RUNNER_NAME="GitHub Actions 13"
export LANG=C.UTF-8
export GITHUB_REPOSITORY_OWNER_ID=1234567
export GITHUB_OUTPUT=/__w/_temp/_runner_file_commands/set_output_349b4748-720d-46f0-b9db-123123123123
export GITHUB_STEP_SUMMARY=/__w/_temp/_runner_file_commands/step_summary_349b4748-720d-46f0-b9db-123123123123
export GITHUB_REPOSITORY=codetyio/gs-spring-boot
export GITHUB_ACTION_REF=
export GITHUB_STATE=/__w/_temp/_runner_file_commands/save_state_349b4748-720d-46f0-b9db-123123123123
export GITHUB_REF_NAME=19/merge
export CI=true
export GITHUB_ACTION_REPOSITORY=
export RUNNER_ARCH=X64
export GITHUB_RUN_ID=1234567
export GITHUB_SHA=123123123123123
export CHARSET=UTF-8
export HOSTNAME=c2b3deb9d2f7
export RUNNER_TEMP=/__w/_temp
export GITHUB_HEAD_REF=codety_action_test_1
export HOME=/github/home
cd scanner && java -Dspring.profiles.active=dev -jar build/libs/app.jar $(pwd) && ../