amber 0.4.3

A code search and replace tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
machine:
    post:
        - eval "$(ssh-agent -s)"; ssh-add ~/.ssh/id_circleci_github
        - rm $HOME/.gitconfig

dependencies:
    post:
        - curl -sf -L https://static.rust-lang.org/rustup.sh | sh /dev/stdin --channel=nightly --yes

test:
    override:
        - SSH_AUTH_SOCK=`ls /tmp/ssh*/agent*` make test
        - SSH_AUTH_SOCK=`ls /tmp/ssh*/agent*` make bench