Skip to content

Commit

Permalink
remove build stage in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
JooeunAhn committed Sep 7, 2023
1 parent cd62cc8 commit 1baaf51
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,6 @@ executors:
resource_class: arm.medium

jobs:
build:
docker:
- image: circleci/node:18.17.1
resource_class: small
steps:
- checkout
- run:
name: change dir
command: cd packages/url-webdemo
- run:
name: Install Dependencies
command: npm install
- run:
name: Build
command: npm run build
- persist_to_workspace:
root: .
paths:
- build
build_container_image_and_push:
executor: << parameters.architecture >>
environment:
Expand Down

0 comments on commit 1baaf51

Please sign in to comment.