Skip to content

Commit

Permalink
Merge branch 'master' of github.com:decentraland/marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
nachomazzara committed Jul 9, 2021
2 parents 2a7842a + 961eb40 commit 375c2d4
Show file tree
Hide file tree
Showing 23 changed files with 278 additions and 31,512 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ build:
script:
- cd webapp
- ./setupEnv.sh
- npm install && npm run build
- npm ci && 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
Loading

0 comments on commit 375c2d4

Please sign in to comment.