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:
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- build
|
||||
# dependencies:
|
||||
# - build
|
||||
script:
|
||||
- echo "Deploying to production..."
|
||||
- ls dist
|
||||
|
|
Loading…
Reference in a new issue