Skip to content

Commit

Permalink
ci: fix plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
rozetko committed Jul 14, 2021
1 parent d03d9bd commit 1f4d809
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ aliases:
only: master

defaults: &defaults
working_directory: ~/kentik-app
working_directory: ~/kentik-grafana-app
docker:
- image: circleci/node:10.15.3-stretch
environment:
PLUGIN_NAME: kentik-app
PLUGIN_NAME: kentik-grafana-app

jobs:
build:
Expand All @@ -41,8 +41,8 @@ jobs:
# create zip file
cd ~
echo "Creating ZIP"
cp -r ${PLUGIN_NAME}/dist/ ./tmp/${PLUGIN_NAME}
cd tmp/
cp -r ${PLUGIN_NAME}/dist/ /tmp/${PLUGIN_NAME}
cd /tmp
zip \
-r ${PLUGIN_NAME}-${VERSION}.zip \
${PLUGIN_NAME}
Expand Down

0 comments on commit 1f4d809

Please sign in to comment.