1
0
Fork 0

fix(build): remove codecov, fix base image version tag

This commit is contained in:
ssube 2021-06-16 08:47:55 -05:00
parent 315f356730
commit 318cfe7835
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 18 deletions

View File

@ -6,7 +6,7 @@ stages:
- status-post
.build-base:
image: docker.artifacts.apextoaster.com/apextoaster/base:2.4
image: docker.artifacts.apextoaster.com/apextoaster/base:1.4
tags:
- platform:k8s
- runner:shared
@ -22,13 +22,6 @@ stages:
GIT_BRANCH: "${CI_COMMIT_REF_NAME}"
GIT_COMMIT_SHA: "${CI_COMMIT_SHA}"
.build-codecov:
image: docker.artifacts.apextoaster.com/apextoaster/codecov:3.7
tags:
- platform:k8s
- runner:shared
allow_failure: false
.build-go:
extends:
- .build-base
@ -167,16 +160,6 @@ climate-success:
cat out/cover.out | sed "s+github.com\\/ssube\\/togo+${PWD}+" > c.out
- make upload-climate
codecov-success:
stage: status-post
extends:
- .build-codecov
when: on_success
dependencies:
- test-go
script:
- make upload-codecov
# github jobs
github-pending:
stage: status-pre