Skip to content

Commit 53a22f4

Browse files
committed
simplify
1 parent c2a72a9 commit 53a22f4

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

.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: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
import { CliOptions } from "dt-app";
2-
3-
const config: CliOptions = {
4-
"environmentUrl": process.env.ENVIRONMENT_URL ?? "https://wkf10640.apps.dynatrace.com/",
1+
{
52
"app": {
63
"name": "new-tutorial",
74
"version": "0.0.0",
@@ -17,7 +14,4 @@ const config: CliOptions = {
1714
{ "name" : "app-settings:objects:read", "comment": "Deploying permission"}
1815
]
1916
}
20-
};
21-
22-
23-
module.exports = config;
17+
}

0 commit comments

Comments
 (0)