Skip to content

Commit

Permalink
Adding -p flag to mkdir so it doesnt fail when the folder is already …
Browse files Browse the repository at this point in the history
…present
  • Loading branch information
f-galland committed Jan 19, 2024
1 parent 01884ce commit e7895fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function main() {
case $1 in
up)
# Main folder created here to grant access to both containers
mkdir artifacts
mkdir -p artifacts
$compose_cmd up -d
;;
down)
Expand Down

0 comments on commit e7895fc

Please sign in to comment.