Skip to content

Commit

Permalink
Merge pull request #223 from xing/fix-random-test-failures
Browse files Browse the repository at this point in the history
make sure current_sha in fixtures is always a string
  • Loading branch information
KnVerey committed Dec 13, 2017
2 parents 363775c + 486ab60 commit 83099d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/collection-with-erb/web_collection.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ spec:
name: http
env:
- name: GITHUB_REV
value: <%= current_sha %>
value: "<%= current_sha %>"
---
<% end %>
2 changes: 1 addition & 1 deletion test/fixtures/hello-cloud/web.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
name: http
env:
- name: GITHUB_REV
value: <%= current_sha %>
value: "<%= current_sha %>"
- name: CONFIG
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 83099d6

Please sign in to comment.