Resolve CI issue.

This commit is contained in:
Patrick Fic
2024-01-29 12:27:52 -08:00
parent 69b4b76501
commit 72da0734c8

View File

@@ -182,6 +182,26 @@ jobs:
to: "s3://rome-online-test/" to: "s3://rome-online-test/"
- jira/notify - jira/notify
app-beta-build:
docker:
- image: cimg/node:18.18.2
resource_class: large
working_directory: ~/repo/client
steps:
- checkout:
path: ~/repo
- run:
name: Install Dependencies
command: npm i
- run: npm run build
- aws-s3/sync:
from: build
to: "s3://imex-online-beta/"
- jira/notify
rome-app-beta-build: rome-app-beta-build:
docker: docker:
- image: cimg/node:18.18.2 - image: cimg/node:18.18.2