Add git.clone and git.checkout states

This commit is contained in:
garrettmills
2020-03-05 11:48:38 -06:00
parent 904a4be1b1
commit 9dc6f9d214
5 changed files with 97 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ class CommandState extends State {
if ( this._config.reverse ) {
const cmd = `${this._config.reverse}`
await this._host.run(cmd)
} else {
this.output.warn(`No reversal command specified for Command State. Nothing was changed. (Host: ${this._host.name})`)
}
}