Skip to content
Snippets Groups Projects
Commit 7a1c90dc authored by Oyvind.Gjesdal's avatar Oyvind.Gjesdal
Browse files

fix yaml indent to run ci job

parent 4ffd9c9e
No related branches found
No related tags found
1 merge request!9Resolve "Legg til CI for publisering til marcus (test i første omgang)"
...@@ -10,7 +10,7 @@ marcus_test: ...@@ -10,7 +10,7 @@ marcus_test:
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- echo $MARCUS_TEST_KEY | base64 --decode | ssh-add - - echo $MARCUS_TEST_KEY | base64 --decode | ssh-add -
script: script:
- echo "debug" - 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 $MARCUS_HOME && git fetch && git checkout $CI_COMMIT_SHA && composer install --no-dev"
tags: tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment