[TASK] Commit work laying around

This commit is contained in:
Philipp Dieter 2022-11-16 22:43:09 +01:00
parent f3b4cdf08e
commit 2a7f25a53c

View File

@ -5,13 +5,16 @@ resource_types:
source:
repository: docker.datentonne.net/concourse/aptly-resource
tag: latest
- name: concourse-git-semver-tag
type: docker-image
source:
repository: laurentverbruggen/concourse-git-semver-tag-resource
resources:
- name: roundcubemail
type: github-release
type: concourse-git-semver-tag
source:
owner: roundcube
repository: roundcubemail
access_token: ((github.access_token))
uri: https://github.com/roundcube/roundcubemail-docker.git
branch: master
- name: roundcubemail-deb
type: aptly-resource
source:
@ -30,9 +33,6 @@ jobs:
- name: build
plan:
- get: roundcubemail
params:
globs:
- dummy-*-linux-amd64
- task: build
config:
platform: linux
@ -48,8 +48,8 @@ jobs:
args:
- -c
- |
export VERSION="$(cat roundcubemail/version)"
export VERSION_OUT="$(cat roundcubemail/version)-$(date +%s)"
export VERSION="$(cat roundcubemail/number)"
export VERSION_OUT="$(cat roundcubemail/number)-$(date +%s)"
gem install fpm
cd roundcubemail
mkdir -p etc/roundcubemail