Skip to content

Commit

Permalink
what?
Browse files Browse the repository at this point in the history
  • Loading branch information
demeritcowboy committed Feb 11, 2025
1 parent ad09b69 commit 15465e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@ jobs:
/home/runner/civicrm-cv/cv ev '\Civi::settings()->set("ext_repo_url", "https://civicrm.org/extdir/ver={ver}|cms={uf}|ready=");'
/home/runner/civicrm-cv/cv ev '\Civi::settings()->set("http_timeout", 60);'
# Apparently we have to install it, otherwise stripe gives a dependency error even with install=0. I think that's a bug, but let's just do it. This is a fake install anyway.
# /home/runner/civicrm-cv/cv api3 Extension.download install=1 key=mjwshared
# /home/runner/civicrm-cv/cv api3 Extension.download install=1 key=firewall
# /home/runner/civicrm-cv/cv api3 Extension.download install=1 key=mjwpaymentapi
# /home/runner/civicrm-cv/cv api3 Extension.download install=1 key=com.drastikbydesign.stripe
# /home/runner/civicrm-cv/cv api3 Extension.download install=0 key=com.iatspayments.civicrm
# /home/runner/civicrm-cv/cv api3 Extension.download install=0 key=com.aghstrategies.uscounties
# /home/runner/civicrm-cv/cv api3 Extension.download install=1 key=mjwshared
# /home/runner/civicrm-cv/cv api3 Extension.download install=1 key=firewall
# /home/runner/civicrm-cv/cv api3 Extension.download install=1 key=mjwpaymentapi
# /home/runner/civicrm-cv/cv api3 Extension.download install=1 key=com.drastikbydesign.stripe
# /home/runner/civicrm-cv/cv api3 Extension.download install=0 key=com.iatspayments.civicrm
# /home/runner/civicrm-cv/cv api3 Extension.download install=0 key=com.aghstrategies.uscounties
# Until lab issues are resolved, pretend we're a real site and have old versions of the extensions installed. I.e. these version numbers will only get updated if somebody manually updates them in this file.
curl -L -O https://lab.civicrm.org/extensions/mjwshared/-/archive/1.3.3/mjwshared-1.3.3.zip
unzip mjwshared-1.3.3.zip
Expand Down

0 comments on commit 15465e3

Please sign in to comment.