-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from tracehubpm/2
Rultor
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
architect: | ||
- h1alexbel | ||
docker: | ||
image: l3r8y/rultor-image:1.0.3 | ||
merge: | ||
script: | | ||
mvn clean install --errors | ||
# @todo #2:60min Create release script to rultor configuration. | ||
# We should create release script that will be executed by Rultor.com. | ||
# Probably it can be a release inside the GitHub with a new tag, | ||
# and build+push Docker image to the private Docker registry. | ||
release: | ||
script: | ||
- "No release script for now" | ||
# @todo #2:90min Create deploy script for rultor configuration. | ||
# We should create deploy script that will deliver our Java software | ||
# into some target platform. For now, we assuming that it will be | ||
# Cloud VM with public IP, and SSH connection. |
9b49b8b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
2-24aad16a
discovered in.rultor.yml
) and submitted as #5. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.9b49b8b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Puzzle
2-e54979ee
discovered in.rultor.yml
) and submitted as #6. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.