Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
flutter-toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
android
flutter-toolbox
Commits
fc62cdaa
Commit
fc62cdaa
authored
4 months ago
by
Benoît Harrault
Browse files
Options
Downloads
Plain Diff
Merge branch '24-publish-to-private-packages-repository' into 'master'
Resolve "Publish to private packages repository" Closes
#24
See merge request
!20
parents
602610d8
35de03a5
No related branches found
No related tags found
1 merge request
!20
Resolve "Publish to private packages repository"
Pipeline
#7498
canceled
4 months ago
Stage: build-debug
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
pubspec.yaml
+2
-2
2 additions, 2 deletions
pubspec.yaml
with
10 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
0
View file @
fc62cdaa
...
...
@@ -50,5 +50,9 @@ application:release:
else
git tag -a "${TAG_NAME}" -m "Release ${VERSION_NAME}"
git push origin "${TAG_NAME}"
flutter clean
flutter packages get
echo "${PRIVATE_PACKAGES_REPOSITORY_KEY}" | flutter pub token add https://pub.harrault.fr
flutter pub publish --force
curl --silent -d "{\"token\": \"${JABBER_NOTIFICATION_TOKEN}\", \"message\": \"New tag for ${CI_PROJECT_PATH}: ${TAG_NAME}\"}" -H "Content-Type: application/json" -X POST ${JABBER_NOTIFICATION_URL}
fi
This diff is collapsed.
Click to expand it.
CHANGELOG.md
+
4
−
0
View file @
fc62cdaa
## 1.0.0
-
Publish package to private repository https://pub.harrault.fr
## 0.9.1
-
Default use Column instead of ListView in parameters list to avoid update issue
...
...
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
2
−
2
View file @
fc62cdaa
name
:
flutter_custom_toolbox
description
:
"
Flutter
custom
toolbox
for
org.benoitharrault.*
projects."
publish_to
:
"
none"
publish_to
:
https://pub.harrault.fr/
version
:
0.9.1
version
:
1.0.0
homepage
:
https://git.harrault.fr/android/flutter-toolbox
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment