Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 10414cb

Browse files
committed
fix: ci deploy
1 parent 0395307 commit 10414cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
88
sudo apt update
9-
sudo apt install jq
9+
sudo apt install jq file
1010
sudo apt install python3-pip
1111
sudo pip3 install awscli --upgrade
1212
sudo pip3 install docker-compose

0 commit comments

Comments
 (0)