Skip to content

Conversation

@Bluffed8419
Copy link

.circleci/config.yml

@Bluffed8419 Bluffed8419 marked this pull request as ready for review January 14, 2020 23:15
@calbearox
Copy link

calbearox commented Apr 18, 2022

jobs:
build:
docker:
- image: cimg/:
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps:
- checkout
- run:
test:
docker:
- image: cimg/:
auth:
username: mydockerhub-user
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps:
- checkout
- run:
workflows:
version: 2
build_and_test:
jobs:
- build
- test
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants