File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ pipeline:
15
15
- git checkout $CI_COMMIT_BRANCH
16
16
when :
17
17
repo : friendica/friendica-addons
18
- branch : stable
19
18
event : tag
20
19
clone_friendica_addon :
21
20
image : alpine/git
@@ -29,7 +28,6 @@ pipeline:
29
28
- git merge $CI_COMMIT_SHA
30
29
when :
31
30
repo : friendica/friendica-addons
32
- branch : stable
33
31
event : tag
34
32
restore_cache :
35
33
image : meltwater/drone-cache:dev
@@ -44,7 +42,6 @@ pipeline:
44
42
- /tmp/drone-cache:/tmp/cache
45
43
when :
46
44
repo : friendica/friendica-addons
47
- branch : stable
48
45
event : tag
49
46
composer_install :
50
47
image : friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
@@ -54,7 +51,6 @@ pipeline:
54
51
- composer install --no-dev --optimize-autoloader
55
52
when :
56
53
repo : friendica/friendica-addons
57
- branch : stable
58
54
event : tag
59
55
volumes :
60
56
- /etc/hosts:/etc/hosts
@@ -84,7 +80,6 @@ pipeline:
84
80
- sha256sum "$ARTIFACT"
85
81
when :
86
82
repo : friendica/friendica-addons
87
- branch : stable
88
83
event : tag
89
84
sign_artifacts :
90
85
image : plugins/gpgsign
@@ -100,7 +95,6 @@ pipeline:
100
95
detach_sign : true
101
96
when :
102
97
repo : friendica/friendica-addons
103
- branch : stable
104
98
event : tag
105
99
upload_artifacts :
106
100
image : alpine
@@ -135,5 +129,4 @@ pipeline:
135
129
- rm drone.key
136
130
when:
137
131
repo: friendica/friendica-addons
138
- branch: stable
139
132
event: tag
You can’t perform that action at this time.
0 commit comments