gitlab-ci: remove dependencies for testing
This commit is contained in:
parent
d81a7743ca
commit
0233589cfa
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ build:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
dependencies:
|
# dependencies:
|
||||||
- build
|
# - build
|
||||||
script:
|
script:
|
||||||
- echo "Deploying to production..."
|
- echo "Deploying to production..."
|
||||||
- ls dist
|
- ls dist
|
||||||
|
|
Loading…
Reference in a new issue