Skip to content

Commit 53dd44f

Browse files
committed
Bash scripts transformed into PHP, one Docker container with everything
inside
1 parent deed88e commit 53dd44f

File tree

81 files changed

+2547
-1705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+2547
-1705
lines changed

.gitignore

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
/.idea/
22

3-
/docker/benchmarkKit/cli/vendor
4-
/docker/benchmarkKit/cli/composer.lock
3+
/vendor/
54

6-
/docker/composerUpdate/.env
7-
/docker/composerUpdate/common.sh
8-
/docker/composerUpdate/componentFiles
9-
!/docker/composerUpdate/componentFiles/.gitkeep
5+
/src/vendor/
6+
/var/
7+
!/var/.gitkeep
108

11-
/validation/framework/hello-world/docker/codeValidation/.env
12-
/validation/framework/hello-world/docker/codeValidation/common.sh
13-
/validation/framework/hello-world/componentFiles
14-
!/validation/framework/hello-world/componentFiles/.gitkeep
9+
/docker/vhost.conf
10+
/docker/.env

codeLink.sh

Lines changed: 0 additions & 91 deletions
This file was deleted.

codeValidation.sh

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)