mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 18:27:25 +03:00
Skip install step when building docker image in travis
This commit is contained in:
parent
5182f9d147
commit
0ed88079ad
1 changed files with 1 additions and 0 deletions
|
@ -40,4 +40,5 @@ jobs:
|
|||
- name: 'Build docker image'
|
||||
services:
|
||||
- docker
|
||||
install: skip
|
||||
script: docker build -t shlink-web-client:test .
|
||||
|
|
Loading…
Reference in a new issue