Skip to content

Commit

Permalink
Try a machine executor I guess?
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Jul 12, 2024
1 parent 2fef976 commit 1f9e4d7
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,9 @@ jobs:
unit-test:
# based on the official golang image with more docker stuff
docker:
- image: cimg/go:1.19
auth:
username: $DOCKER_USER
password: $DOCKER_PASS
machine: ubuntu-2204:2024.05.1
steps:
- run:
name: Login to Dockerhub
command: |
if [ "${DOCKER_USER}" == "" ] || [ "${DOCKER_PASS}" == "" ]; then
echo "Skipping Login to Dockerhub, credentials not available."
else
echo "${DOCKER_PASS}" | docker login -u="${DOCKER_USER}" --password-stdin
fi
- checkout
- setup_remote_docker
- run:
name: create version.json and other autogenerated files
command: make generate
Expand Down

0 comments on commit 1f9e4d7

Please sign in to comment.