This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ 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). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#mobile { | |
width: 100%; height: 100%; | |
background-color: @brand-primary; | |