Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename .github/workflows/auto-start-ci.yml to https:/github.com/calbe…
…arox/calbearox#readme /** maldito-dot/maldito-dot * HTTPIE * play.kotlinlang.org */ //maldito-dot.github.io/reimagined-octo-system/ { fun main() { val kotlin = "🙂" println(kotlin) }
- Loading branch information
bb2330d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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