Skip to content

Commit

Permalink
Export environment variables needed for gh-pages readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agitter committed Mar 22, 2020
1 parent 1780fac commit 5ee04da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ BRANCH=${TRAVIS_BRANCH:-master}
# Add commit hash to the README
OWNER_NAME="$(dirname "$REPO_SLUG")"
REPO_NAME="$(basename "$REPO_SLUG")"
export OWNER_NAME REPO_NAME
export REPO_SLUG COMMIT OWNER_NAME REPO_NAME
envsubst < webpage/README.md > webpage/README-complete.md
mv webpage/README-complete.md webpage/README.md

Expand Down

0 comments on commit 5ee04da

Please sign in to comment.