Do weird stuff

This commit is contained in:
Olivier Tremblay 2022-04-29 13:59:18 -04:00
parent 3660f76fe8
commit 09270323e8
No known key found for this signature in database
GPG key ID: 6AFD5ECDA1603158

View file

@ -7,8 +7,9 @@ version: 2.1
jobs: jobs:
say-hello: say-hello:
docker: docker:
- image: cimg/base:stable - image: alpine:latest
steps: steps:
- run:which git
- checkout - checkout
# Invoke jobs via workflows # Invoke jobs via workflows