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

Commit 7c72fdf

Browse files
committed
use correct working dir
1 parent d2ac41b commit 7c72fdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ deploy_job:
4040
- web
4141
stage: deploy
4242
script:
43+
- cd $GOPATH/src/github.com/bpicode/fritzctl
4344
- echo "$DEB_SIGNING_KEY_PRIVATE" | gpg --import
4445
- make clean sysinfo dist_all pkg_all sign_deb publish_all
4546
- gpg --batch --delete-secret-and-public-keys --yes 0A56A1CE2DFCECA404A5C884E4598EE3D0E416CE

0 commit comments

Comments
 (0)