summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--build/ci/gitlab-ci.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/build/ci/gitlab-ci.yml b/build/ci/gitlab-ci.yml
index 47cbabe..277222b 100644
--- a/build/ci/gitlab-ci.yml
+++ b/build/ci/gitlab-ci.yml
@@ -15,9 +15,12 @@ stages:
 compile:
     stage: build
     only:
-      - tags
-      - triggers
-      - schedules
+      refs:
+        - web
+        - tags
+        - master
+        - schedules
+        - merge_requests
     script:
       - cd $GOPATH/src/$REPO_NAME/cmd/cetus-nasa
       - GOOS=openbsd GOARCH=amd64 go build -o $CI_PROJECT_DIR/cetus-nasa-openbsd-amd64
y/commit/themes/whiteness?id=c0ac3673afb8de9b017d6a20433cbca9e20995b5'>c0ac3673 ^
ffa01a1a ^
30b5f112 ^








45a26b11 ^





30b5f112 ^
71679a31 ^

45a26b11 ^


45a26b11 ^
30b5f112 ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
30b5f112 ^


fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
1900402f ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78