Commit a78e0649 authored by Mark Harding's avatar Mark Harding

(chore): fake dist dir

No related merge requests found
Pipeline #73903524 failed with stages
in 10 minutes and 19 seconds
......@@ -54,7 +54,7 @@ build:production:en:
- npm run postinstall
- npm install -g gulp-cli
- gulp build.sass --deploy-url=https://cdn-assets.minds.com/front/dist/en && gulp build.sass --deploy-url=https://cdn-assets.minds.com/front/dist/en ##weird build needs to be run twice for now
- mkdir dist/en
- mkdir dist && mkdir dist/en
#- sh build/base-locale.sh dist https://cdn-assets.minds.com/front/dist
artifacts:
name: "$CI_COMMIT_REF_SLUG"
......@@ -72,7 +72,7 @@ build:production:i18n:
- npm run postinstall
- npm install -g gulp-cli
- gulp build.sass --deploy-url=https://cdn-assets.minds.com/front/dist/en && gulp build.sass --deploy-url=https://cdn-assets.minds.com/front/dist/en ##weird build needs to be run twice for now
- mkdir dist/vi
- mkdir dist && mkdir dist/vi
#- sh build/i18n-locales-all.sh dist https://cdn-assets.minds.com/front/dist
artifacts:
name: "$CI_COMMIT_REF_SLUG"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment