fix #24 - support both branch refs and hash refs

This commit is contained in:
Casey Lee
2019-01-31 00:18:52 -08:00
parent ecae898a7b
commit bc5c23e8e4
4 changed files with 32 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ action "build" {
action "test" {
uses = "docker://ubuntu:18.04"
args = "echo 'test'"
args = "env"
needs = ["build"]
}