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
Commits
e5dffa74
Commit
e5dffa74
authored
3 years ago
by
Oyvind.Gjesdal
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into arc2-autoload (Add CI)
parents
b7e98cd8
fdbd2f27
No related branches found
No related tags found
1 merge request
!8
Arc2 autoload
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+20
-0
20 additions, 0 deletions
.gitlab-ci.yml
with
20 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
20
−
0
View file @
e5dffa74
stages
:
-
marcus_test
marcus_test
:
variables
:
MARCUS_SERVER
:
$MARCUS_TEST_SERVER_IPV6
image
:
oyvindlg/gitlab-ci-library:ansible-cgi
stage
:
"
marcus_test"
before_script
:
-
eval $(ssh-agent -s)
-
echo $MARCUS_TEST_KEY | base64 --decode | ssh-add -
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"
-
ssh -6 -o "StrictHostKeyChecking=no" $MARCUS_USER@$MARCUS_SERVER "cd $ADMIN_HOME && git fetch && git checkout $CI_COMMIT_SHA && composer install --no-dev"
tags
:
-
spes
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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