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

Commit ae324fc

Browse files
committed
test2
1 parent b58eeba commit ae324fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
commands:
1414
- apt-get update > /dev/null 2>&1
1515
- apt-get --yes --force-yes install rpm ruby-dev gcc make > /dev/null 2>&1
16-
- gem --no-rdoc --no-ri install fpm
16+
- gem install fpm --no-rdoc --no-ri
1717
- make dist
1818
when:
1919
event: [push]
@@ -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 install fpm --no-rdoc --no-ri
27+
- gem install fpm --no-rdoc --no-ri
2828
- make dist
2929
when:
3030
event: [tag]

0 commit comments

Comments
 (0)