mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-07 21:04:37 +00:00
Avoid extra environment for Travis deploy stage
These are not needed, so keep things more clear by skipping them.
This commit is contained in:
@@ -37,6 +37,8 @@ jobs:
|
||||
before_script:
|
||||
script: npm run lint
|
||||
- stage: deploy
|
||||
env:
|
||||
addons:
|
||||
script: skip
|
||||
before_script: skip
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user