Skip to content

Commit 0027cf4

Browse files
committed
edit circleci
1 parent 7af5622 commit 0027cf4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- checkout
1414
- run:
1515
name: build react
16-
commands: |
16+
command: |
1717
docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD && \
1818
docker image build -t $DOCKER_USERNAME/test-react . && \
1919
docker image push $DOCKER_USERNAME/test-react

0 commit comments

Comments
 (0)