Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Olivier Tremblay
f555233aef
Do weird stuff 2022-04-29 14:00:05 -04:00
Olivier Tremblay
f01789b5a6
Do weird stuff 2022-04-29 13:59:42 -04:00
Olivier Tremblay
09270323e8
Do weird stuff 2022-04-29 13:59:18 -04:00
Olivier Tremblay
3660f76fe8
Do weird stuff 2022-04-29 13:57:40 -04:00
Olivier Tremblay
3002ae2794
now with checkout 2022-04-26 09:41:30 -04:00
Olivier Tremblay
db01076a91
some runner hello world thing 2022-04-14 09:25:00 -04:00

View file

@ -6,17 +6,10 @@ version: 2.1
# See: https://circleci.com/docs/2.0/configuration-reference/#jobs
jobs:
say-hello:
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
docker:
- image: cimg/base:stable
# Add steps to the job
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
- image: alpine:latest
steps:
- checkout
- run:
name: "Say hello"
command: "echo Hello, World!"
# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows