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

Commit

Permalink
Fix typo in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres committed Oct 9, 2017
1 parent 1b532f8 commit 75b22d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ before_deploy:
sed 's/'"$OLD_DIGEST"'/'"@$NEW_DIGEST"'/g' kubeless-rbac.yaml > kubeless-rbac-${TRAVIS_TAG}.yaml
sed 's/'"$OLD_DIGEST"'/'"@$NEW_DIGEST"'/g' kubeless-openshift.yaml > kubeless-openshift-${TRAVIS_TAG}.yaml
fi
- export RELEASE_NOTES=$(./scripts/release_notes.sh $TRAVIS_TAG)
- export RELEASE_NOTES=$(./script/release_notes.sh ${TRAVIS_TAG})

deploy:
provider: releases
Expand All @@ -82,7 +82,7 @@ deploy:
- bundles/kubeless_*.zip
skip_cleanup: true
overwrite: true
body: "${RELEASE_NOTES}"
body: ${RELEASE_NOTES}
draft: true
on:
tags: true
Expand Down

0 comments on commit 75b22d8

Please sign in to comment.