Skip to content

Commit 162b490

Browse files
authored
fix build issues (#56)
1 parent 365fe87 commit 162b490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
apk add git
2424
echo "Overriding default git credentials ..."
2525
## remove credentials
26-
rm /root/.netrc
26+
## rm /root/.netrc
2727
## reset committer and author names (populated from the commit metadata where this pipeline is defined on)
2828
export GIT_COMMITTER_NAME="deliveryhero-bot"
2929
export GIT_COMMITTER_EMAIL="[email protected]"

0 commit comments

Comments
 (0)