Skip to content
Snippets Groups Projects
Commit c6c7f21e authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

displaying artifact size

parent 062347ee
No related branches found
No related tags found
No related merge requests found
Pipeline #52 canceled
...@@ -12,6 +12,7 @@ test: ...@@ -12,6 +12,7 @@ test:
- bundle install --path vendor - bundle install --path vendor
- bower --allow-root install - bower --allow-root install
- bundle exec middleman build - bundle exec middleman build
- du -hs build
except: except:
- master - master
...@@ -23,6 +24,7 @@ pages: ...@@ -23,6 +24,7 @@ pages:
- bundle install --path vendor - bundle install --path vendor
- bower --allow-root install - bower --allow-root install
- bundle exec middleman build - bundle exec middleman build
- du -hs build
artifacts: artifacts:
paths: paths:
- build - build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment