gitlab-ci: temporarily remove env

This commit is contained in:
Johannes Loher 2020-12-27 14:35:47 +01:00
parent b48a03db8b
commit 24790d5b8c

View file

@ -22,6 +22,9 @@ install-dependencies:
cache: cache:
<<: *global_cache <<: *global_cache
policy: pull-push policy: pull-push
# only:
# changes:
# - package-lock.json
lint: lint:
stage: test stage: test
@ -55,8 +58,8 @@ deploy:
script: script:
- echo "Deploying to production..." - echo "Deploying to production..."
- ls dist - ls dist
environment: # environment:
name: production # name: production
url: https://vtt.f3l.de/ # url: https://vtt.f3l.de/
only: only:
- master - master