Skip to content

Commit 07aec38

Browse files
committed
Fixing Netlify build
1 parent b5e0127 commit 07aec38

File tree

4 files changed

+5351
-47
lines changed

4 files changed

+5351
-47
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
.env
22
.DS_Store
33
node_modules
4+
netlify.toml
5+
6+
# Local Netlify folder
7+
.netlify

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ module.exports = {
5252
console.log('Building the tag UI...')
5353

5454
let data = {build_id: BUILD_ID, context: CONTEXT, commit_ref: COMMIT_REF, deploy_id: DEPLOY_ID};
55-
let output = ejs.renderFile(__dirname + './templates/template.ejs', data, function(err, data) {
55+
let output = ejs.renderFile(__dirname + '/templates/template.ejs', data, function(err, data) {
5656
if (err) {
5757
return failPlugin ('Something went wrong when processing the display template.');
5858
}

0 commit comments

Comments
 (0)