[TASK] Commit work laying around
This commit is contained in:
parent
f3b4cdf08e
commit
2a7f25a53c
18
pipeline.yml
18
pipeline.yml
@ -5,13 +5,16 @@ resource_types:
|
|||||||
source:
|
source:
|
||||||
repository: docker.datentonne.net/concourse/aptly-resource
|
repository: docker.datentonne.net/concourse/aptly-resource
|
||||||
tag: latest
|
tag: latest
|
||||||
|
- name: concourse-git-semver-tag
|
||||||
|
type: docker-image
|
||||||
|
source:
|
||||||
|
repository: laurentverbruggen/concourse-git-semver-tag-resource
|
||||||
resources:
|
resources:
|
||||||
- name: roundcubemail
|
- name: roundcubemail
|
||||||
type: github-release
|
type: concourse-git-semver-tag
|
||||||
source:
|
source:
|
||||||
owner: roundcube
|
uri: https://github.com/roundcube/roundcubemail-docker.git
|
||||||
repository: roundcubemail
|
branch: master
|
||||||
access_token: ((github.access_token))
|
|
||||||
- name: roundcubemail-deb
|
- name: roundcubemail-deb
|
||||||
type: aptly-resource
|
type: aptly-resource
|
||||||
source:
|
source:
|
||||||
@ -30,9 +33,6 @@ jobs:
|
|||||||
- name: build
|
- name: build
|
||||||
plan:
|
plan:
|
||||||
- get: roundcubemail
|
- get: roundcubemail
|
||||||
params:
|
|
||||||
globs:
|
|
||||||
- dummy-*-linux-amd64
|
|
||||||
- task: build
|
- task: build
|
||||||
config:
|
config:
|
||||||
platform: linux
|
platform: linux
|
||||||
@ -48,8 +48,8 @@ jobs:
|
|||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
export VERSION="$(cat roundcubemail/version)"
|
export VERSION="$(cat roundcubemail/number)"
|
||||||
export VERSION_OUT="$(cat roundcubemail/version)-$(date +%s)"
|
export VERSION_OUT="$(cat roundcubemail/number)-$(date +%s)"
|
||||||
gem install fpm
|
gem install fpm
|
||||||
cd roundcubemail
|
cd roundcubemail
|
||||||
mkdir -p etc/roundcubemail
|
mkdir -p etc/roundcubemail
|
||||||
|
Loading…
x
Reference in New Issue
Block a user