Skip to content

Commit

Permalink
ci: fix not TTY
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Grubov committed Sep 9, 2023
1 parent ee687e4 commit 0ade1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ config-test-%: config-test-builder run-etcd
docker build -t $(@) --build-arg IMAGE=$(subst config-test-,,$@) -f Dockerfile.test .

test-%: config-test-%
docker run -it --name $(<) \
docker run --name $(<) \
--net tt_net \
-e TT_ETCD_ENDPOINTS="http://etcd0:2379,http://etcd1:2379,http://etcd2:2379" \
--rm -v $$(pwd):/source/config \
Expand Down

0 comments on commit 0ade1c5

Please sign in to comment.