Skip to content

Commit

Permalink
ci: Fix name generation
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jun 29, 2019
1 parent 4b39e12 commit ebad56e
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-${date +%s}-$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} || true
Expand Down

0 comments on commit ebad56e

Please sign in to comment.