Skip to content

Commit 5e42594

Browse files
authored
Merge pull request #46 from wunderio/feature/bash-refactor-quoting-etc
Build fixes
2 parents 4021806 + a5d68b1 commit 5e42594

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

orb.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ commands:
480480
name: Release information
481481
command: |
482482
# Display only the part following NOTES from the helm status.
483-
helm status $RELEASE_NAME | sed -e '1,/NOTES/d'
483+
helm status "$RELEASE_NAME" | sed -e '1,/NOTES/d'
484484
485485
drupal-helm-deploy:
486486
parameters:
@@ -573,7 +573,4 @@ commands:
573573
# Get all deployments in the release and check the status of each one.
574574
kubectl get deployment -n "$reponame" -l "release=${RELEASE_NAME}" -o name | xargs -n 1 kubectl rollout status -n "$reponame"
575575
576-
# Display only the part following NOTES from the helm status.
577-
helm status "$RELEASE_NAME" | sed -e '1,/NOTES/d'
578-
579576
- helm-release-information

0 commit comments

Comments
 (0)