Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cb6323f
test code
yuriyshafranyuk1 Dec 22, 2017
422fb13
test code
yuriyshafranyuk1 Dec 22, 2017
999e3a0
test code
yuriyshafranyuk1 Dec 22, 2017
de3eefd
deploy any branch
yuriyshafranyuk1 Dec 22, 2017
e209b9a
comment code
yuriyshafranyuk1 Dec 22, 2017
60f5c38
trigger build
yuriyshafranyuk1 Dec 22, 2017
7769071
skip tests
yuriyshafranyuk1 Dec 26, 2017
f1df87a
skip tests
yuriyshafranyuk1 Dec 26, 2017
e78f06c
try to fix dependencies
yuriyshafranyuk1 Dec 26, 2017
061299f
full name of plugin
yuriyshafranyuk1 Dec 26, 2017
f840d99
remove gitflow from report section
yuriyshafranyuk1 Dec 26, 2017
8b34150
removed gitfloe from dependency management
yuriyshafranyuk1 Dec 26, 2017
bbcc6de
added gitflow from dependency management
yuriyshafranyuk1 Dec 26, 2017
3971b96
added gitflow configs to command
yuriyshafranyuk1 Dec 26, 2017
8a23888
remove dependency
yuriyshafranyuk1 Dec 26, 2017
69437ac
remove no needed commands
yuriyshafranyuk1 Dec 26, 2017
02bdb0e
possible fix
yuriyshafranyuk1 Dec 26, 2017
fc00cdc
Ignore some commands. Added configs in all gitflow declaration
yuriyshafranyuk1 Dec 26, 2017
952b5f2
release any branch
yuriyshafranyuk1 Dec 26, 2017
ca9655c
Test no needed configs
yuriyshafranyuk1 Dec 26, 2017
2463871
Test no needed configs
yuriyshafranyuk1 Dec 26, 2017
e834f70
Test no needed configs
yuriyshafranyuk1 Dec 26, 2017
bb19ea1
revert changes for test
yuriyshafranyuk1 Dec 26, 2017
89e3119
Another try to release
yuriyshafranyuk1 Dec 26, 2017
929983c
pull branch
yuriyshafranyuk1 Dec 26, 2017
e5f01c2
revert formatting
yuriyshafranyuk1 Dec 26, 2017
9fd4d11
change version. skip tests
yuriyshafranyuk1 Dec 27, 2017
3b564de
reset uncommited
yuriyshafranyuk1 Dec 27, 2017
e614d97
fiz
yuriyshafranyuk1 Dec 27, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ deployment:
- git fetch
- git checkout $RELEASE_BRANCH
- git pull origin $RELEASE_BRANCH
- git reset --hard
- git tag -d $CIRCLE_TAG
- mvn -B -X -e gitflow:release-start gitflow:release-finish -DreleaseVersion=$CIRCLE_TAG -DpostReleaseGoals=deploy -DskipTests
- mvn -B -X -e gitflow:release-start gitflow:release-finish -DreleaseVersion=$CIRCLE_TAG -DpostReleaseGoals=deploy -DskipTests
- git push origin $RELEASE_BRANCH