Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
1f3f4332
Unverified
Commit
1f3f4332
authored
Mar 03, 2017
by
Sascha Marcel Schmidt
Browse files
adds bash to runner
parent
714cf6be
Pipeline
#41
failed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1f3f4332
...
...
@@ -2,6 +2,9 @@ variables:
GIT_STRATEGY
:
"
none"
GIT_SSL_NO_VERIFY
:
"
true"
before_script
:
-
apk add bash --update
stages
:
-
build
-
deploy
...
...
@@ -12,14 +15,9 @@ build:
GIT_STRATEGY
:
"
clone"
GIT_SUBMODULE_STRATEGY
:
"
recursive"
script
:
-
pwd
-
ls -lah
-
ls -lah ./.gitlab-ci/
-
cat ./.gitlab-ci/composer.sh
-
./.gitlab-ci/deployer.sh --help
-
./.gitlab-ci/composer.sh config -g store-auths
false
-
./.gitlab-ci/composer.sh config http-basic.git-t3o.typo3.org ${GIT_USER_NAME} ${GIT_PASSWORD}
-
./.gitlab-ci/composer.sh install
-
sh .gitlab-ci/composer.sh config -g store-auths
false
-
sh .gitlab-ci/composer.sh config http-basic.git-t3o.typo3.org ${GIT_USER_NAME} ${GIT_PASSWORD}
-
sh .gitlab-ci/composer.sh install
artifacts
:
paths
:
-
./
...
...
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