Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eduroam
radsecproxy-uninett
Commits
38223ddb
Commit
38223ddb
authored
Aug 17, 2021
by
Olav Morken
Browse files
WIP: Test CI pipeline
Temporary commit to test the GitLab CI pipeline
parent
45148eca
Pipeline
#44383
passed with stages
in 1 minute and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
38223ddb
...
...
@@ -19,8 +19,6 @@ build:
deploy-apt
:
stage
:
deploy
only
:
-
master
image
:
debian:bullseye
artifacts
:
paths
:
...
...
upload.sh
View file @
38223ddb
...
...
@@ -17,7 +17,7 @@ apt-get install -y --no-install-recommends openssh-client
# Upload the Debian packages
for
distro_dir
in
./output/
*
;
do
distro
=
"
$(
basename
"
${
distro_dir
}
"
)
"
target_dir
=
"/www/apt.uninett.no/htdocs/debian/pool/
${
distro
}
/main/binary-amd64/r/radsecproxy"
target_dir
=
"/
tmp/
www/apt.uninett.no/htdocs/debian/pool/
${
distro
}
/main/binary-amd64/r/radsecproxy"
echo
"Uploading packages for {distro}"
ssh jenkins@apt.uninett.no
mkdir
-p
"
${
target_dir
}
"
scp
"
${
distro_dir
}
"
/radsecproxy
*
.deb
"jenkins@apt.uninett.no:
${
target_dir
}
/"
...
...
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