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
b84243b2
Commit
b84243b2
authored
May 24, 2019
by
Manuel Christlieb
Browse files
wip
parent
3e16f5c8
Pipeline
#19272
failed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b84243b2
...
@@ -5,8 +5,8 @@ test:
...
@@ -5,8 +5,8 @@ test:
-
apk add --update python3 bash git
-
apk add --update python3 bash git
-
python3 -m ensurepip
-
python3 -m ensurepip
-
pip3 install b5
-
pip3 install b5
-
RUN
curl -L https://github.com/docker/compose/releases/download/latest/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
-
curl -L https://github.com/docker/compose/releases/download/latest/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
-
RUN
chmod +x /usr/local/bin/docker-compose
-
chmod +x /usr/local/bin/docker-compose
script
:
script
:
-
export PROJECT_NAME=GitLab CI Test
-
export PROJECT_NAME=GitLab CI Test
-
export PROJECT_KEY=gitlab-ci-test
-
export PROJECT_KEY=gitlab-ci-test
...
...
Write
Preview
Supports
Markdown
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