Skip to content

Commit

Permalink
Update pullFiles.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximKing1 authored Feb 22, 2022
1 parent 6678bdb commit 7da9916
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Functions/pullFiles.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
module.exports = () => {
const config = require('../../config.slave.js');

module.exports = () => {
if(config.files == "local") {
// Run Local Script
} else if(config.files == "s3") {
// Run Pull S3 Files
}
}

0 comments on commit 7da9916

Please sign in to comment.