diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 095c65a168cab783e3c4f1ba0c3ba81e18c105d0..143ac8a16435acfb7df83fb872199ee152dcfdeb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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} diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f325e90a4ff8ee1384f4c564c810ab0bccf8d5..077a2e665cd50ce820a4e39660d97012d4c6a9a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.2 + +- Fix publish to private repository + ## 1.0.1 - Fix publish to private repository diff --git a/pubspec.yaml b/pubspec.yaml index f791c2282a7ec2c382fcff4ea1e258474fd99c76..69609324b2da2783f12a4ba5729d4f8229907a0e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: "Flutter custom toolbox for org.benoitharrault.* projects." publish_to: https://pub.harrault.fr/ -version: 1.0.1 +version: 1.0.2 homepage: https://git.harrault.fr/android/flutter-toolbox