Skip to content

Commit

Permalink
Do a CI install instead of a plain one (decentraland#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroPetaccio authored Jul 8, 2021
1 parent 17592af commit 5262f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build:
- ./setupEnv.sh
- npm install && npm run build
- dcl-lock-sync
- cd .ci && npm install && dcl-up website-market
- cd .ci && npm ci && dcl-up website-market
- dcl-sync-release && cd ..
- dcl-upload build
- cd .ci && dcl-cache-invalidation

0 comments on commit 5262f78

Please sign in to comment.