Skip to content

Commit 819bd16

Browse files
baer95Realtin
authored andcommitted
fix: repoSlug for GitLab CI (#231)
* Fix repoSlug Fix a misunderstanding because Greenkeeper and GitLab define a "slug" differently. * add more debugging output * more debug output * add origin to checkout * cleanup
1 parent 293457d commit 819bd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-services/gitlab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const env = process.env
44

55
module.exports = {
6-
repoSlug: env.CI_PROJECT_PATH_SLUG,
6+
repoSlug: env.CI_PROJECT_PATH,
77
branchName: env.CI_COMMIT_REF_NAME,
88
correctBuild: /^greenkeeper\/.+/.test(env.CI_COMMIT_REF_NAME),
99
uploadBuild: true

0 commit comments

Comments
 (0)