Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
build
b5-skel-laravel
Commits
421a9beb
Commit
421a9beb
authored
May 24, 2019
by
Manuel Christlieb
Browse files
wip
parent
32d89941
Pipeline
#19267
failed with stage
in 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
421a9beb
...
...
@@ -12,4 +12,5 @@ test:
-
cd ..
-
ls -la
-
pwd
-
env
-
b5-init -s ./b5-skel-laravel b5-skel-test-${CI_COMMIT_SHORT_SHA}
init/Taskfile
View file @
421a9beb
...
...
@@ -13,7 +13,6 @@ DB_PASSWORD="${DB_PASSWORD:-docker}"
DB_DATABASE
=
"
${
DB_DATABASE
:-
docker
}
"
DB_PORT
=
"
${
DB_PORT
:-
3306
}
"
SETUP_TYPE
=
""
ALLOWED_SETUP_TYPES
=(
"traefik"
"localhost"
)
DEFAULT_SETUP_TYPE
=
"traefik"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment