Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
mp-rude
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Maalepaaler
mp-rude
Commits
0c0dd406
Commit
0c0dd406
authored
Mar 12, 2019
by
Olav Kvittem
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of scm.uninett.no:maalepaaler/mp-rude
parents
d3e14e2e
95d734c5
Pipeline
#15886
passed with stages
in 1 minute and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-2
No files found.
.gitlab-ci.yml
View file @
0c0dd406
...
...
@@ -22,12 +22,13 @@ deploy-apt:
paths
:
-
build-stretch
script
:
-
apt-get update && apt-get install
ssh
-y
-
apt-get update && apt-get install
openssh-client
-y
-
(
umask 077;
mkdir -p ~/.ssh;
echo "${SSH_PRIVKEY}" > ~/.ssh/id_rsa;
echo "${SSH_APT_HOSTKEY}" > ~/.ssh/known_hosts;
)
-
scp build-stretch/*.deb jenkins@apt.uninett.no:/www/apt.uninett.no/htdocs/debian/pool/stretch/mp/binary-all/m/
-
ssh jenkins@apt.uninett.no mkdir -p /www/apt.uninett.no/htdocs/debian/pool/stretch/main/all/m
-
scp build-stretch/*.deb jenkins@apt.uninett.no:/www/apt.uninett.no/htdocs/debian/pool/stretch/main/all/m/
-
ssh jenkins@apt.uninett.no /www/apt.uninett.no/bin/mkrepo.debian
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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