Skip to content
Snippets Groups Projects

Resolve "Fix publish to private repository"

Merged Benoît Harrault requested to merge 26-fix-publish-to-private-repository into master
3 files
+ 5
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
1
@@ -33,7 +33,6 @@ application:release:
dependencies:
- android:build-debug
script:
- apk --no-cache add curl
- git config user.email "${GITLAB_USER_EMAIL}"
- git config user.name "${GITLAB_USER_NAME}"
- git remote set-url origin https://oauth2:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}
Loading