Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
gitlab-runner
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dan
gitlab-runner
Commits
61c25b59
Commit
61c25b59
authored
Jun 22, 2015
by
Kamil Trzciński
🔴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed release script
parent
7497c8cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+3
-1
Makefile
Makefile
+1
-1
No files found.
.gitlab-ci.yml
View file @
61c25b59
...
...
@@ -3,10 +3,10 @@ before_script:
-
export PACKAGE_CLOUD=runner/gitlab-ci-multi-runner
-
export ARTIFACTS_S3_BUCKET=gitlab-ci-multi-runner-downloads
-
source ci/prepare
-
source ci/build
Bleeding Edge
:
script
:
-
source ci/build
-
make s3-upload "S3_UPLOAD_PATH=$CI_BUILD_REF_NAME"
tags
:
-
cross
...
...
@@ -15,6 +15,8 @@ Bleeding Edge:
Stable Release
:
script
:
-
export RELEASE=true
-
source ci/build
-
make s3-upload "S3_UPLOAD_PATH=$CI_BUILD_REF_NAME"
-
make s3-upload "S3_UPLOAD_PATH=latest"
-
make packagecloud
...
...
Makefile
View file @
61c25b59
...
...
@@ -15,7 +15,7 @@ S3_UPLOAD_PATH ?= master
DEB_PLATFORMS
?=
debian/wheezy debian/jessie ubuntu/precise ubuntu/trusty ubuntu/utopic ubuntu/vivid
DEB_ARCHS
?=
amd64 i386 arm armhf
RPM_PLATFORMS
?=
el/6 el/7 ol/6 ol/7
RPM_ARCHS
?=
amd
64 i686 arm armhf
RPM_ARCHS
?=
x86_
64 i686 arm armhf
all
:
deps test lint toolchain build
...
...
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