Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
build
b5-skel-laravel
Commits
9b9924f6
Commit
9b9924f6
authored
May 24, 2019
by
Manuel Christlieb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
bf33cac7
Pipeline
#19292
failed with stage
in 52 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
.gitlab-ci.yml
.gitlab-ci.yml
+0
-4
init/Taskfile
init/Taskfile
+2
-7
No files found.
.gitlab-ci.yml
View file @
9b9924f6
...
...
@@ -6,8 +6,4 @@ test:
-
export PROJECT_KEY=gitlab-ci-test
-
export SETUP_TYPE=localhost
-
cd ..
-
ls -la
-
ls -la b5-skel-laravel.tmp
-
pwd
-
env
-
b5-init -s ./b5-skel-laravel b5-skel-test-${CI_COMMIT_SHORT_SHA}
init/Taskfile
View file @
9b9924f6
...
...
@@ -78,13 +78,8 @@ task:project:init() {
init:export-vars
init:build:render
docker:container_run
-v
../:/app
-w
/app php composer create-project
--prefer-dist
laravel/laravel web
pwd
ls
-al
ls
-al
../
ls
-al
../web
ls
-al
../web/public
cp
${
WEBROOT
}
public/.htaccess
${
WEBROOT
}
public/_.htaccess
docker:container_run
-w
/app php composer create-project
--prefer-dist
laravel/laravel web
docker:container_run
-w
/app/web/public php
cp
.htaccess _.htaccess
template:render templates/.env.jinja2 ../web/.env
b5
install
...
...
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