Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
ocs-url
Commits
83d96886
Commit
83d96886
authored
Sep 03, 2018
by
akiraohgaki
Browse files
Update .gitlab-ci.yml
parent
82e545e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
83d96886
...
...
@@ -8,7 +8,7 @@ ubuntu_deb:
-
master
-
/^release\-.+/
script
:
-
./scripts/package
ci_
ubuntu_deb
-
./scripts/package ubuntu_deb
-
cat transfer.log
fedora_rpm
:
...
...
@@ -18,7 +18,7 @@ fedora_rpm:
-
master
-
/^release\-.+/
script
:
-
./scripts/package
ci_
fedora_rpm
-
./scripts/package fedora_rpm
-
cat transfer.log
opensuse_rpm
:
...
...
@@ -28,7 +28,7 @@ opensuse_rpm:
-
master
-
/^release\-.+/
script
:
-
./scripts/package
ci_
opensuse_rpm
-
./scripts/package opensuse_rpm
-
cat transfer.log
archlinux_pkg
:
...
...
@@ -38,5 +38,5 @@ archlinux_pkg:
-
master
-
/^release\-.+/
script
:
-
./scripts/package
ci_
archlinux_pkg
-
./scripts/package archlinux_pkg
-
cat transfer.log
Write
Preview
Supports
Markdown
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