Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit b58eeba

Browse files
committed
test2
1 parent d4b6642 commit b58eeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build:
2424
commands:
2525
- apt-get update > /dev/null 2>&1
2626
- apt-get --yes --force-yes install rpm ruby-dev gcc make > /dev/null 2>&1
27-
- gem --no-rdoc --no-ri install fpm
27+
- gem install fpm --no-rdoc --no-ri
2828
- make dist
2929
when:
3030
event: [tag]

0 commit comments

Comments
 (0)