Circle.yml allowed syntax inconsistent with documentation

I had to hunt down one of mine, but I believe the issue is you need to add a colon at the end of the line before the pwd, something the docs don’t emphasize. Here’s an example.

# Build litecoin
- sudo python setup.py install && cp build/*/ltc_scrypt.so ../:
    pwd: litecoin_scrypt

Does that work?

Ref: Cd command ignored in test section

2 Likes