Skip to content

Commit

Permalink
WIP try to fix Ruby 2.0 build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Mar 25, 2023
1 parent dd94770 commit edf289b
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ commands:
name: Install OpenSSH 8.1p1 if necessary
command: |
if $(ssh -V 2>&1 | grep -q -v OpenSSH_8); then
apt-get update
apt-get install -y --force-yes libssl-dev
mkdir ~/tempdownload
cd ~/tempdownload
wget https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.1p1.tar.gz
Expand Down Expand Up @@ -91,15 +89,6 @@ workflows:
version:
[
"2.0",
"2.1",
"2.2",
"2.3",
"2.4",
"2.5",
"2.6",
"2.7",
"3.0",
"3.1",
]
cron-workflow:
jobs:
Expand All @@ -110,15 +99,6 @@ workflows:
version:
[
"2.0",
"2.1",
"2.2",
"2.3",
"2.4",
"2.5",
"2.6",
"2.7",
"3.0",
"3.1",
]
triggers:
- schedule:
Expand Down

0 comments on commit edf289b

Please sign in to comment.