mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-07-07 13:35:19 +02:00
Fix CircleCI
This commit is contained in:
+3
-15
@@ -3,10 +3,10 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
docker: # run the steps with Docker
|
docker: # run the steps with Docker
|
||||||
|
|
||||||
- image: circleci/golang:1.15
|
- image: circleci/golang:1.17.10
|
||||||
auth:
|
auth:
|
||||||
username: javamachr
|
username: $DOCKER_USER
|
||||||
password: $DOCKERHUB_PASSWORD
|
password: $DOCKER_PASSWORD
|
||||||
steps:
|
steps:
|
||||||
- checkout # check out source code to working directory
|
- checkout # check out source code to working directory
|
||||||
|
|
||||||
@@ -18,14 +18,6 @@ jobs:
|
|||||||
keys:
|
keys:
|
||||||
- go-mod-v4-{{ checksum "go.sum" }}
|
- go-mod-v4-{{ checksum "go.sum" }}
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Install requirements
|
|
||||||
command: make install-requirements
|
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Generate sources
|
|
||||||
command: make generate
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Docker login
|
name: Docker login
|
||||||
command: make docker-login
|
command: make docker-login
|
||||||
@@ -34,10 +26,6 @@ jobs:
|
|||||||
name: Build docker images
|
name: Build docker images
|
||||||
command: make docker-images
|
command: make docker-images
|
||||||
|
|
||||||
- run:
|
|
||||||
name: Build docker images
|
|
||||||
command: make docker-images
|
|
||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Push docker images
|
name: Push docker images
|
||||||
command: make docker-push
|
command: make docker-push
|
||||||
Reference in New Issue
Block a user