Skip to content

Commit 875e242

Browse files
committed
simplify
1 parent c2a72a9 commit 875e242

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: '20'
2323

24-
- name: Prepare
24+
- name: Install
2525
run: npm ci
2626

2727
- name: Build
Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import { CliOptions } from "dt-app";
2-
3-
const config: CliOptions = {
4-
"environmentUrl": process.env.ENVIRONMENT_URL ?? "https://wkf10640.apps.dynatrace.com/",
1+
{
2+
"environmentUrl": "https://asdasdasdsa.apps.dynatrace.com/",
53
"app": {
64
"name": "new-tutorial",
75
"version": "0.0.0",
@@ -17,7 +15,4 @@ const config: CliOptions = {
1715
{ "name" : "app-settings:objects:read", "comment": "Deploying permission"}
1816
]
1917
}
20-
};
21-
22-
23-
module.exports = config;
18+
}

0 commit comments

Comments
 (0)