gitlab-ci: temporarily remove env
This commit is contained in:
parent
b48a03db8b
commit
24790d5b8c
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue