Skip to content

Commit ab4a7fb

Browse files
committed
#1: Add rultor integration
1 parent 0b4208a commit ab4a7fb

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.rultor.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
architect:
2+
- dgroup
3+
4+
readers:
5+
- "urn:github:1651114"
6+
7+
# @todo #/DEV Make integration between rultor phases and hub.docker.com builds
8+
# as rultor doesn't supports `dind` images.
9+
10+
merge:
11+
script:
12+
- echo "Not implemented yet"
13+
14+
release:
15+
script: |
16+
BUILD_DATE=`date -u +"%Y-%m-%dT%H:%M:%SZ"`
17+
VCS_REF=`git rev-parse --short HEAD`
18+
VERSION=$tag
19+
echo "Build triggered for ${VCS_REF} on ${BUILD_DATE} for ${VERSION}"

download-mat.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
2-
# @todo #/DEV Add rultor integration with trigger build on hub.docker.com
32
set -e
43
MAT_DIST=MemoryAnalyzer-1.8.1.20180910-linux.gtk.x86_64.zip
54
TARGET_FOLDER=mat

0 commit comments

Comments
 (0)