Update Docker debugging.

This commit is contained in:
Corey Butler 2020-04-02 16:49:51 -05:00
parent 160de0dcc1
commit 887f931751

View File

@ -5,7 +5,7 @@ import fs from 'fs'
export default class Dockerfile extends Regex {
constructor (root = null) {
root = path.join(process.env.GITHUB_WORKSPACE, root)
core.debug(fs.readdirSync(root))
if (fs.statSync(root).isDirectory()) {
root = path.join(root, 'Dockerfile')
}