Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PC337 authored and PC337 committed Dec 11, 2022
1 parent 2903fcc commit 24c535c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
root: .
paths:
- 'node_modules'
- run:
name: Echo version
command: echo ${CIRCLE_TAG}
test:
executor:
name: node
Expand All @@ -41,6 +38,9 @@ jobs:
- run:
name: Echo version
command: echo ${CIRCLE_TAG}
- run:
name: Echo GIT TAG
command: git tag
# persist_to_workspaceで保存したデータをatのパスにダウンロードする
- attach_workspace:
at: .
Expand Down

0 comments on commit 24c535c

Please sign in to comment.