Skip to content

Commit

Permalink
ex
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 24, 2024
1 parent 3dca78a commit 50306a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.

set -e
set -x
set -ex

cd $(dirname $0)
cp /code/home/assets/rultor/settings.xml .
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/com/rultor/agents/req/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.

set -ex

cd repo
docker_when_possible
2 changes: 2 additions & 0 deletions src/main/resources/com/rultor/agents/req/merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.

set -ex

cd repo
git remote add fork "${fork}"
git remote update
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/com/rultor/agents/req/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
# OF THE POSSIBILITY OF SUCH DAMAGE.

set -ex

if [ -z "${tag}" ]; then
echo "tag name is not provided in the request, see http://doc.rultor.com/basics.html"
exit -1
Expand Down

0 comments on commit 50306a0

Please sign in to comment.