Skip to content

Commit

Permalink
s/word-cloud/entity-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhooper committed Jan 16, 2018
1 parent ec5e77a commit fe83ee1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions release
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ if [ $MAJOR_VERSION_INT -eq $OLD_MAJOR_VERSION_INT ] && [ $MINOR_VERSION_INT -eq

docker build \
--pull \
-t overview/overview-word-cloud:$PATCH_VERSION \
-t overview/overview-word-cloud:$MINOR_VERSION \
-t overview/overview-word-cloud:$MAJOR_VERSION \
-t overview/overview-entity-filter:$PATCH_VERSION \
-t overview/overview-entity-filter:$MINOR_VERSION \
-t overview/overview-entity-filter:$MAJOR_VERSION \
"$DIR"

docker push overview/overview-word-cloud:$PATCH_VERSION
docker push overview/overview-word-cloud:$MINOR_VERSION
docker push overview/overview-word-cloud:$MAJOR_VERSION
docker push overview/overview-entity-filter:$PATCH_VERSION
docker push overview/overview-entity-filter:$MINOR_VERSION
docker push overview/overview-entity-filter:$MAJOR_VERSION

(cd "$DIR" \
&& sed -i -e "s/\"version\": \".*\"/\"version\": \"$PATCH_VERSION\"/" package.json \
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module.exports = {
plugins: [
extractLess,
new HtmlWebpackPlugin({
title: 'Word Cloud',
title: 'Entity Filter',
filename: 'show',
template: 'show.html',
cache: false,
Expand Down

0 comments on commit fe83ee1

Please sign in to comment.