Skip to content

Commit

Permalink
fix project dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Jan 21, 2018
1 parent ce64366 commit 96dbd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- run:
name: Call GitHub Releases API
command: |
cd /root/project
cd /home/circleci/project
TAG=$(git tag -l | grep -E '^2\.[0-9]{6}' | sort -gr | head -n1 | sed -E 's/\.[0-9]{3}$//')
if [ ! -z "$TAG" ]; then
for url in $(echo $RELEASE_INJECTION | sed "s/,/ /g"); do
Expand Down

0 comments on commit 96dbd7d

Please sign in to comment.