1
0
mirror of https://codeberg.org/crowci/crow.git synced 2025-08-07 20:23:03 +03:00

parse build file with params injection

This commit is contained in:
Ke Zhu
2014-12-07 11:26:43 -05:00
parent 8f6a031c6a
commit c6bc20dca7
2 changed files with 3 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ func run(path, identity, dockerhost, dockercert, dockerkey string, publish, depl
envs := getParamMap("DRONE_ENV_")
// parse the Drone yml file
s, err := script.ParseBuildFile(script.Inject(path, envs))
s, err := script.ParseBuildFile(path, envs)
if err != nil {
log.Err(err.Error())
return EXIT_STATUS, err