Skip to content

Commit 8f6108a

Browse files
author
Marius Burkard
committed
Merge branch 'develop' into 'jailkit-improvements'
# Conflicts: # install/tpl/jk_init.ini.master
2 parents 44cf3d1 + c2b400b commit 8f6108a

File tree

1,369 files changed

+7820
-7170
lines changed

Some content is hidden

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

1,369 files changed

+7820
-7170
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.DS_Store
2+
.idea
23
/nbproject/private/
34
.phplint-cache
45
*.swp

.gitlab-ci.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
stages:
33
- syntax
44
- syntax_diff
5+
- test
56

67
#
78
### Stage syntax
@@ -49,3 +50,16 @@ syntax_diff:lint:
4950
# - echo "For more information http://www.icosaedro.it/phplint/"
5051
# - vendor/bin/phplint
5152

53+
54+
test:install:
55+
stage: test
56+
image: jerob/docker-ispconfig
57+
only:
58+
- schedules
59+
- web
60+
script:
61+
- $CI_PROJECT_DIR/helper_scripts/test_install_docker.sh
62+
- apt-get update
63+
- apt-get --yes install curl
64+
- curl --insecure https://127.0.0.1:8080/login/
65+
- ps xaf

0 commit comments

Comments
 (0)