diff options
Diffstat (limited to 'roles/pipeliner/templates')
| -rw-r--r-- | roles/pipeliner/templates/updatepipeline.j2 | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/roles/pipeliner/templates/updatepipeline.j2 b/roles/pipeliner/templates/updatepipeline.j2 index efe04e1..511bd2a 100644 --- a/roles/pipeliner/templates/updatepipeline.j2 +++ b/roles/pipeliner/templates/updatepipeline.j2 @@ -4,7 +4,7 @@ t="/home/{{ ansible_user }}/trainings"  cd "$s/bookpipeline" && \  git pull && \ -go install ./... && \ +go install ./cmd/bookpipeline && \  sudo cp "$HOME/go/bin/bookpipeline" /usr/local/bin/ || exit 1  cd "$t" && git pull && \ | 
