Skip to content

Commit 74b9f3c

Browse files
committed
update CI
1 parent 90bd62e commit 74b9f3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
deploy_stage:
2020
docker:
2121
- image: circleci/node:8.15-browsers
22-
user: root
22+
- user: root
2323
steps:
2424
- checkout
2525
- run: sudo apt update && sudo apt install awscli
@@ -39,6 +39,7 @@ jobs:
3939
deploy_prod:
4040
docker:
4141
- image: circleci/node:8.15-browsers
42+
- user: root
4243
steps:
4344
- checkout
4445
- run: sudo apt update && sudo apt install awscli

0 commit comments

Comments
 (0)