Skip to content
This repository was archived by the owner on Jun 21, 2020. It is now read-only.

Commit c383123

Browse files
authored
Merge pull request #190 from enigmampc/dockerverbosity
MAINT: adj verbosity after #179
2 parents 320283e + 990db80 commit c383123

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.drone.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ steps:
108108
from_secret: password
109109
commands:
110110
- cd discovery-docker-network/enigma-core
111-
- sed -i "s/-vv/-v/" start_core.bash && sed -i "s/-vv/-v/" start_km.bash
112111
- echo $PASSWORD | docker login -u $USERNAME --password-stdin
113112
- if [[ ${DRONE_BRANCH} == "master" ]]; then export TAG=latest; else export TAG=develop; fi
114113
- docker build --build-arg GIT_BRANCH_CORE=$DRONE_BRANCH --build-arg SGX_MODE=HW -t enigmampc/enigma_core_hw:$TAG --no-cache .

0 commit comments

Comments
 (0)