Add initial Cloud MTA Build Tool support.
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 17 Dec 2020 14:06:23 +0000 (15:06 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 17 Dec 2020 14:06:23 +0000 (15:06 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.gitignore
mta.yaml [new file with mode: 0644]

index 113248a3e780edeb236facfca7fcd9407e371d0e..2b4ebbd73117cb2c27b7b62ab3bfac0a7ca9449f 100644 (file)
@@ -82,3 +82,7 @@ Thumbs.db
 
 # Winston
 *-audit.json
+
+# MTA
+*.mta
+mta_archives/
diff --git a/mta.yaml b/mta.yaml
new file mode 100644 (file)
index 0000000..ecb7630
--- /dev/null
+++ b/mta.yaml
@@ -0,0 +1,20 @@
+ID: ev-simulator
+_schema-version: '3.3'
+version: 0.0.1
+
+build-parameters:
+  before-all:
+    - builder: custom
+      commands:
+        - npm install
+        - npm run build:prod
+
+resources:
+  - name: dynatrace-service
+    type: user-provided-service
+    optional: true
+
+modules:
+  - name: ev-simulator
+    type: nodejs
+    path: dist