Skip to content

Commit

Permalink
ci: Use unix time when testing helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jun 29, 2019
1 parent 555f2e7 commit 9fddad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/helm-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -Eeuxo pipefail
cd "$( dirname "${BASH_SOURCE[0]}" )/.."

release=$(echo cci-$1-${CIRCLE_SHA1}| cut -c 1-50)
release=$(echo cci-${date +%s}-$1-${CIRCLE_SHA1}| cut -c 1-50)

function cleanup {
helm del --tiller-namespace helm-ci --purge ${release}
Expand Down

0 comments on commit 9fddad7

Please sign in to comment.