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
0153dae4
Commit
0153dae4
authored
May 24, 2019
by
Manuel Christlieb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
2f4edc0a
Pipeline
#19284
failed with stage
in 3 minutes and 53 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
.gitlab-ci.yml
.gitlab-ci.yml
+8
-2
init/Taskfile
init/Taskfile
+1
-1
No files found.
.gitlab-ci.yml
View file @
0153dae4
image
:
docker
-compose
:latest
image
:
docker:latest
test
:
before_script
:
-
pip install b5
-
apk add --update python3 python3-dev bash git gcc linux-headers musl-dev openssl-dev libffi-dev make
-
python3 -m ensurepip
-
pip3 install b5 docker-compose
script
:
-
export PROJECT_NAME=GitLab CI 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 @
0153dae4
...
...
@@ -79,7 +79,7 @@ task:project:init() {
init:build:render
docker:container_run
-w
/app php composer create-project
--prefer-dist
laravel/laravel web
cp
${
WEBROOT
}
/
public/.htaccess
${
WEBROOT
}
/
public/_.htaccess
cp
${
WEBROOT
}
public/.htaccess
${
WEBROOT
}
public/_.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