Skip to content

Commit 9aaf7a0

Browse files
Merge pull request #85 from ArangoGutierrez/fix_gitlab
Remove duplocated default declaration on GitLab Pipelines
2 parents 62f98e6 + 4a51a19 commit 9aaf7a0

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

.common-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ stages:
2626
- package-build
2727
- image-build
2828
- test
29+
- lint
30+
- helm-lint
2931
- scan
3032
- release
3133
- sign

.gitlab-ci.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,17 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
include:
16+
- local: '.common-ci.yml'
17+
1518
default:
16-
image: docker:dind
1719
tags:
1820
- cnt
1921
- container-dev
22+
- docker/multi-arch
2023
- docker/privileged
2124
- os/linux
2225
- type/docker
23-
services:
24-
- name: docker:dind
25-
command: ["--experimental"]
26-
27-
stages:
28-
- lint
29-
- test
30-
- helm-lint
31-
- image-build
32-
- release
3326

3427
golang:lint:
3528
stage: lint

0 commit comments

Comments
 (0)