Skip to content

Adding variables pr devel #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 30 commits into from
Apr 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
5bee26c
Fix docker-compose v2 issue and re-release to include clamav role (#68)
nfawbert Jan 28, 2022
e42ebd1
Killing old ce-dev container when updating (#70)
nfawbert Feb 2, 2022
b0dc9d9
Added Drupal9 and Localgov templates (#73)
DionisioFG Mar 9, 2022
34ce84c
New release 1.1.19 (#75)
DionisioFG Mar 10, 2022
cae50ba
Updated package.json version: 1.1.19 (#77)
DionisioFG Mar 10, 2022
79372e7
New tag to fix repo key for Chrome (#83)
DionisioFG Jul 1, 2022
4fa738c
#CE-62820: Added support for composer '2.x' in Drupal 9 provision tem…
davids4 Sep 8, 2022
70954a3
REL 1.1.21: Using composer 2 with Drupal 9 by default (#92)
DionisioFG Sep 8, 2022
62e753e
Drupal template fixes pr 1.x (#94)
gregharvey Sep 9, 2022
710a4e3
CE-DEV: some updates and tweaks (#96)
DionisioFG Sep 14, 2022
6046092
Release 1.1.23 (#97)
DionisioFG Sep 14, 2022
2dc8b59
Bump minimist from 1.2.5 to 1.2.6 (#79)
dependabot[bot] Sep 15, 2022
dd597b8
Bump ansi-regex from 3.0.0 to 3.0.1 (#84)
dependabot[bot] Sep 15, 2022
4f0e659
Bump moment from 2.27.0 to 2.29.4 (#85)
dependabot[bot] Sep 15, 2022
2dc648c
Changing 'set-current' choice to a valid one.
gregharvey Sep 15, 2022
e0f2351
Fixing ce_provision vars in container builds.
gregharvey Apr 14, 2023
e57355a
Merging devel.
gregharvey Apr 14, 2023
30ac81d
Merge branch 'adding_variables' into adding_variables-PR-devel
gregharvey Apr 14, 2023
1850ca1
Fixing ce_deploy vars in container builds.
gregharvey Apr 14, 2023
14db4f5
Merge branch 'devel' into adding_variables-PR-devel
gregharvey Apr 14, 2023
7c45798
Merge branch 'adding_variables' into adding_variables-PR-devel
gregharvey Apr 14, 2023
e2525cb
Adding the option to build manually the containers.
gregharvey Apr 14, 2023
7287d51
Merge branch 'devel' into adding_variables-PR-devel
gregharvey Apr 14, 2023
9686f13
Merge branch 'adding_variables' into adding_variables-PR-devel
gregharvey Apr 14, 2023
aab8cdb
Still missing some vars.
gregharvey Apr 14, 2023
11237f3
Merge branch 'devel' into adding_variables-PR-devel
gregharvey Apr 14, 2023
19f3ae7
Merge branch 'adding_variables' into adding_variables-PR-devel
gregharvey Apr 14, 2023
2029c06
Setting older version of Ubuntu for containers.
gregharvey Apr 14, 2023
9e89d23
Merge branch 'devel' into adding_variables-PR-devel
gregharvey Apr 14, 2023
e8cba36
Merge branch 'adding_variables' into adding_variables-PR-devel
gregharvey Apr 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ce-dev-PR-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: pull_request

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ce-dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ce-dev-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down