Skip to content

Commit

Permalink
feat(worker): support volkswagen (#3616)
Browse files Browse the repository at this point in the history
https://github.com/auchenberg/volkswagen
export CI variable in step script
  • Loading branch information
fsamin authored and yesnault committed Nov 20, 2018
1 parent fa81e27 commit 0da717b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/worker/builtin_script.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func runScriptAction(w *currentWorker) BuiltInAction {
res.Status = sdk.StatusUnknown.String()

env := os.Environ()
cmd.Env = []string{}
cmd.Env = []string{"CI=1"}
// filter technical env variables
for _, e := range env {
if strings.HasPrefix(e, "CDS_") {
Expand Down

0 comments on commit 0da717b

Please sign in to comment.