Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mark Schouten
ypconfig
Commits
aa332f86
Commit
aa332f86
authored
Apr 11, 2017
by
Mark Schouten
Browse files
Add buildscript
parent
4c23cc1b
Pipeline
#166
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
aa332f86
deploy
:
script
:
-
dpkg-buildpackage
-
mkdir -p $CI_PROJECT_DIR/../nfs
-
sudo mount -t nfs -o vers=3 debmirror.tuxis.net:/home/debmirror $CI_PROJECT_DIR/../nfs
-
sudo mv $CI_PROJECT_DIR/../ypconfig*.deb $CI_PROJECT_DIR/../nfs/htdocs/tuxis/ypconfig/
-
touch $CI_PROJECT_DIR/../nfs/tmp/rebuildPackages
-
sudo umount $CI_PROJECT_DIR/../nfs
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