mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 00:38:10 +01:00
Don't install modules in Drone build, only in Docker.
This commit is contained in:
parent
cdf57988be
commit
0982dafc20
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ steps:
|
|||
QUAY_PASSWORD:
|
||||
from_secret: QUAY_PASSWORD
|
||||
commands:
|
||||
- npm i
|
||||
- echo $QUAY_PASSWORD | docker login quay.io --username $QUAY_USERNAME --password-stdin
|
||||
- docker build -t quay.io/sudovanilla/poketube .
|
||||
- docker push quay.io/sudovanilla/poketube
|
Loading…
Reference in a new issue