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

Fix publish to private repository

parent 2dc0a66e
No related branches found
No related tags found
1 merge request!22Resolve "Fix publish to private repository"
Pipeline #7503 passed
...@@ -33,7 +33,6 @@ application:release: ...@@ -33,7 +33,6 @@ application:release:
dependencies: dependencies:
- android:build-debug - android:build-debug
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}
......
## 1.0.2
- Fix publish to private repository
## 1.0.1 ## 1.0.1
- Fix publish to private repository - Fix publish to private repository
......
...@@ -3,7 +3,7 @@ description: "Flutter custom toolbox for org.benoitharrault.* projects." ...@@ -3,7 +3,7 @@ description: "Flutter custom toolbox for org.benoitharrault.* projects."
publish_to: https://pub.harrault.fr/ publish_to: https://pub.harrault.fr/
version: 1.0.1 version: 1.0.2
homepage: https://git.harrault.fr/android/flutter-toolbox homepage: https://git.harrault.fr/android/flutter-toolbox
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment