Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
use correct working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bpicode committed Nov 11, 2017
1 parent d2ac41b commit 7c72fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ deploy_job:
- web
stage: deploy
script:
- cd $GOPATH/src/github.com/bpicode/fritzctl
- echo "$DEB_SIGNING_KEY_PRIVATE" | gpg --import
- make clean sysinfo dist_all pkg_all sign_deb publish_all
- gpg --batch --delete-secret-and-public-keys --yes 0A56A1CE2DFCECA404A5C884E4598EE3D0E416CE
Expand Down

0 comments on commit 7c72fdf

Please sign in to comment.