Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
test
Commits
e314adf8
Commit
e314adf8
authored
Sep 18, 2019
by
Bertrand Gauthier
Browse files
Merge branch 'master' of git.unicaen.fr:lib/unicaen/test
parents
479f81ef
7c7312c6
Pipeline
#5262
passed with stage
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
e314adf8
stages
:
-
update-repo-directory
repo-update
:
stage
:
update-repo-directory
script
:
-
http_proxy=http://10.14.128.99:3128 apt -qq update
-
http_proxy=http://10.14.128.99:3128 apt -qq -y install openssh-client
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
-
mkdir -p ~/.ssh
-
chmod 700 ~/.ssh
-
ssh -o StrictHostKeychecking=no root@10.14.129.37 "cd /var/www/html/packagist/satis && php bin/satis build --verbose unicaen.json /var/www/html/packagist/"
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment