Skip to content

Commit 211d0b4

Browse files
committed
update CI
1 parent 74b9f3c commit 211d0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
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,7 +39,7 @@ jobs:
3939
deploy_prod:
4040
docker:
4141
- image: circleci/node:8.15-browsers
42-
- user: root
42+
user: root
4343
steps:
4444
- checkout
4545
- run: sudo apt update && sudo apt install awscli

0 commit comments

Comments
 (0)