Skip to content

Instantly share code, notes, and snippets.

View destitutus's full-sized avatar

Dmitrii Suchkov destitutus

View GitHub Profile
#mobile {
width: 100%; height: 100%;
background-color: @brand-primary;
box: node:0.10.38
no-response-timeout: 10
build:
# The steps that will be executed on build
steps:
- script:
name: ensure latest npm version
code: |
npm update -g npm
➜ deploy git:(master) bundle exec cap client:test1 deploy
Does this release include major changes? (yes or no) [no]
INFO [65c8d17e] Running /usr/bin/env mkdir -p /var/build/client/repo as [email protected]
DEBUG [65c8d17e] Command: /usr/bin/env mkdir -p /var/build/client/repo
INFO [65c8d17e] Finished in 1.964 seconds with exit status 0 (successful).
INFO [4738954c] Running /usr/bin/env mkdir -p /tmp/client/ as [email protected]
DEBUG [4738954c] Command: /usr/bin/env mkdir -p /tmp/client/
INFO [4738954c] Finished in 0.290 seconds with exit status 0 (successful).
#!/usr/bin/env bash
echo "time_namelookup: %{time_namelookup}\n" > curl-format.txt
echo "time_connect: %{time_connect}\n" >> curl-format.txt
echo "time_appconnect: %{time_appconnect}\n" >> curl-format.txt
echo "time_pretransfer: %{time_pretransfer}\n" >> curl-format.txt
echo "time_redirect: %{time_redirect}\n" >> curl-format.txt
echo "time_starttransfer: %{time_starttransfer}\n" >> curl-format.txt
echo "----------\n" >> curl-format.txt
echo "time_total: %{time_total}\n" >> curl-format.txt