mirror of
https://github.com/ysoftdevs/gardener-extension-shoot-fleet-agent.git
synced 2026-07-08 22:15:20 +02:00
Remove generic credentials
This commit is contained in:
@@ -2,11 +2,7 @@ version: 2
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker: # run the steps with Docker
|
docker: # run the steps with Docker
|
||||||
|
|
||||||
- image: circleci/golang:1.17.10
|
- image: circleci/golang:1.17.10
|
||||||
auth:
|
|
||||||
username: $DOCKER_USER
|
|
||||||
password: $DOCKER_PASSWORD
|
|
||||||
steps:
|
steps:
|
||||||
- checkout # check out source code to working directory
|
- checkout # check out source code to working directory
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user