Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
automated-typo3-update
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Automated-TYPO3-Update
automated-typo3-update
Commits
7d4fec95
There was a problem fetching the pipeline stages.
Commit
7d4fec95
authored
7 years ago
by
Daniel Hürtgen
Browse files
Options
Downloads
Patches
Plain Diff
BUGFIX: Set default gitlab-ci image (alpine) & switch commands
parent
00803619
1 merge request
!68
BUGFIX: Set default gitlab-ci image (alpine) & switch commands
Pipeline
#23
canceled with stages
in 1 minute and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
7d4fec95
image
:
'
bash:latest'
before_script
:
-
apk add --no-cache make wget git
-
make install-composer
...
...
@@ -11,8 +13,7 @@ stages:
sync:github
:
stage
:
sync
before_script
:
-
apt-get -y update && apt-get -y upgrade
-
apt-get -y install openssh-client git
-
apk add --no-cache openssh-client git
# SSH deploy key
-
eval $(ssh-agent -s)
-
ssh-add <(echo "$SSH_PRIVATE_KEY")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment