There was an error while loading. Please reload this page.
1 parent 06cc335 commit 0f8780bCopy full SHA for 0f8780b
.circleci/config.yml
@@ -9,8 +9,8 @@ jobs:
9
name: Install Nancy
10
command: |
11
cd /tmp && mkdir tools && cd -
12
- sudo curl -s -L "https://github.com/sonatype-nexus-community/nancy/releases/download/v0.0.17/nancy-linux.amd64-v0.0.17" -o "/tmp/tools/nancy"
13
- sudo chmod +x /tmp/tools/nancy
+ curl -s -L "https://github.com/sonatype-nexus-community/nancy/releases/download/v0.0.17/nancy-linux.amd64-v0.0.17" -o "/tmp/tools/nancy"
+ chmod +x /tmp/tools/nancy
14
export PATH=$PATH:/tmp/tools/
15
- run:
16
name: Run Nancy
0 commit comments