Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Merge requests
!9
Resolve "Legg til CI for publisering til marcus (test i første omgang)"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Legg til CI for publisering til marcus (test i første omgang)"
7-legg-til-ci-for-publisering-til-marcus-test-i-forste-omgang
into
master
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Oyvind.Gjesdal
requested to merge
7-legg-til-ci-for-publisering-til-marcus-test-i-forste-omgang
into
master
3 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
Closes #7
Edited
3 years ago
by
Oyvind.Gjesdal
0
0
Merge request reports
Viewing commit
7a1c90dc
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7a1c90dc
fix yaml indent to run ci job
· 7a1c90dc
Oyvind.Gjesdal
authored
3 years ago
.gitlab-ci.yml
+
1
−
1
Options
@@ -10,7 +10,7 @@ marcus_test:
-
eval $(ssh-agent -s)
-
echo $MARCUS_TEST_KEY | base64 --decode | ssh-add -
script
:
script
:
-
echo "debug"
-
ssh -6 -o "StrictHostKeyChecking=no" $MARCUS_USER@$MARCUS_SERVER "cd $MARCUS_HOME && git fetch && git checkout $CI_COMMIT_SHA && composer install --no-dev"
tags
:
Loading