Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smusali authored Jan 30, 2020
1 parent c260173 commit f22cf0e
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 @@ -33,11 +33,11 @@ jobs:
exit 1
fi
- run: npm install --production
- run: zip logdna.zip -r node_modules/ index.js package.json
- run: zip logdna-winston.zip -r node_modules/ index.js package.json
- persist_to_workspace:
root: .
paths:
- ./logdna.zip
- ./logdna-winston.zip
release:
docker:
- image: circleci/golang:1.12
Expand All @@ -53,7 +53,7 @@ jobs:
-t ${GITHUB_TOKEN} \
-u ${CIRCLE_PROJECT_USERNAME} \
-r ${CIRCLE_PROJECT_REPONAME} \
-draft ${CIRCLE_TAG} ./logdna.zip
-draft ${CIRCLE_TAG} ./logdna-winston.zip
approve:
machine: true
steps:
Expand All @@ -62,7 +62,7 @@ jobs:
- persist_to_workspace:
root: .
paths:
- ./logdna.zip
- ./logdna-winston.zip
publish:
docker:
- image: circleci/node:10
Expand Down

0 comments on commit f22cf0e

Please sign in to comment.