Skip to content

Commit 31df6c8

Browse files
authored
Merge pull request #6045 from StackStorm/ci/fix-circleci-deploy
CI: Update ruby 2.4 -> 2.6 to fix CircleCI Packagecloud deploy step
2 parents 60d4d16 + 361e3b1 commit 31df6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
deploy:
220220
docker:
221221
# The primary container is an instance of the first list image listed. Your build commands run in this container.
222-
- image: circleci/ruby:2.4
222+
- image: circleci/ruby:2.6
223223
working_directory: /tmp/deploy
224224
environment:
225225
- DISTROS: "bionic focal el7 el8"

0 commit comments

Comments
 (0)