Skip to content

Commit

Permalink
Add #ddev-generated to installed files.
Browse files Browse the repository at this point in the history
Add #ddev-generated to installed files.
  • Loading branch information
rfay authored Jun 16, 2022
2 parents fa38317 + 0f7c0e4 commit e5b0108
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tests
on:
pull_request:
push:
branches: [ master, main ]
branches: [ main ]

schedule:
- cron: '01 07 * * *'
Expand All @@ -29,8 +29,8 @@ jobs:

strategy:
matrix:
ddev_version: [stable, edge, HEAD]
# ddev_version: [PR]
ddev_version: [stable, HEAD]
# ddev_version: [stable, edge, HEAD, PR]
fail-fast: false

runs-on: ubuntu-20.04
Expand Down
1 change: 1 addition & 0 deletions docker-compose.pdfreactor.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#ddev-generated
version: '3.6'
services:
pdfreactor:
Expand Down
2 changes: 1 addition & 1 deletion install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pre_install_actions:
# list of files and directories listed that are copied into project .ddev directory
project_files:
- docker-compose.pdfreactor.yaml
- pdfreactor/
- pdfreactor/licensekey.txt

# List of files and directories that are copied into the global .ddev directory
global_files:
Expand Down
1 change: 1 addition & 0 deletions pdfreactor/licensekey.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#ddev-generated - replace this with actual license

0 comments on commit e5b0108

Please sign in to comment.