Skip to content

Commit

Permalink
Have the CI builds use the branch name as the default, its better tha…
Browse files Browse the repository at this point in the history
…n latest
  • Loading branch information
karlmutch committed Feb 8, 2019
1 parent ff46218 commit 34310a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_keel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ spec:
envFrom:
- configMapRef:
name: build-env
image: quay.io/leaf_ai_dockerhub/studio-go-runner-standalone-build:feature_184_flux_trial
image: quay.io/leaf_ai_dockerhub/studio-go-runner-standalone-build:{{ .duat.gitBranch | replace "/" "-" }}
imagePullPolicy: Always
resources:
limits:
Expand Down

0 comments on commit 34310a0

Please sign in to comment.