Skip to content

Commit

Permalink
Merge pull request #44 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: v1.1.7
  • Loading branch information
themightychris authored Mar 26, 2024
2 parents b7b72b4 + 49eea58 commit e45ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-workflows/k8s-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
## build PR description body
echo
echo "Builing PR title+body content..."
diff_size=$(du -k '/tmp/kube.diff' | cut -f1)
diff_size=$(wc -c /tmp/kube.diff | awk '{print $1}')
pr_head_describe="$(git describe --always --tag)"
pr_title="Deploy ${BRANCH_RELEASE} ${pr_head_describe}"
Expand Down

0 comments on commit e45ab0b

Please sign in to comment.