Skip to content
Snippets Groups Projects

Resolve "Fix missing curl in CI/CD"

Merged Benoît Harrault requested to merge 14-fix-missing-curl-in-ci-cd into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -96,6 +96,7 @@ application:release:
dependencies:
- android:build-release
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