Skip to content
Snippets Groups Projects
Commit 64290bef authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Add missing curl in CI/CD

parent 1096f08f
No related branches found
No related tags found
1 merge request!11Resolve "Fix missing curl in CI/CD"
Pipeline #1575 passed
...@@ -96,6 +96,7 @@ application:release: ...@@ -96,6 +96,7 @@ application:release:
dependencies: dependencies:
- android:build-release - android:build-release
script: script:
- apk --no-cache add curl
- git config user.email "${GITLAB_USER_EMAIL}" - git config user.email "${GITLAB_USER_EMAIL}"
- git config user.name "${GITLAB_USER_NAME}" - git config user.name "${GITLAB_USER_NAME}"
- git remote set-url origin https://oauth2:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH} - git remote set-url origin https://oauth2:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment