Remove generic credentials

This commit is contained in:
Martin Šalata
2022-06-07 13:09:21 +02:00
parent 23dc67eb46
commit 4188b33fd4

View File

@@ -2,11 +2,7 @@ version: 2
jobs:
build:
docker: # run the steps with Docker
- image: circleci/golang:1.17.10
auth:
username: $DOCKER_USER
password: $DOCKER_PASSWORD
steps:
- checkout # check out source code to working directory