Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #22 from notjames/CO-217
Browse files Browse the repository at this point in the history
Updates for CO-217
  • Loading branch information
coffeepac committed Apr 17, 2018
2 parents 1627db5 + 201bf75 commit 78be5a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/bash

# Our helm charts have the version format 'x.y.z-a', where a is the number of commits since the last tagged version.
# A tagged version's 'a' will be 0.
Expand Down
4 changes: 2 additions & 2 deletions build/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/bash

[[ -z "$CHART_NAME" ]] && \
{
Expand All @@ -12,4 +12,4 @@
exit 1
}

helm lint ${CHART_NAME}
helm lint "${CHART_NAME}"

0 comments on commit 78be5a7

Please sign in to comment.