We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f97443d + 09ba9bc commit 368b13dCopy full SHA for 368b13d
.circleci/config.yml
@@ -1,7 +1,8 @@
1
version: 2
2
3
resource_job_defaults: &resource_job_defaults
4
- docker: [{image: 'circleci/ruby:2.4.1'}]
+ docker:
5
+ - image: 'cimg/base:2021.02-20.04'
6
steps:
7
- run:
8
name: verify required Environment Variables
0 commit comments