Skip to content

Commit

Permalink
Add commit hashes to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Irfan Habib committed Aug 20, 2018
1 parent c630648 commit d59b814
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 4 additions & 6 deletions deploy/ci/console-dev-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
build_args_file: image-tag/build-args
patch_base_reg: ((patch-base-reg))
patch_base_tag: ((patch-base-tag))
tag_commit: "true"
- put: postflight-image
params:
dockerfile: stratos/deploy/Dockerfile.bk
Expand All @@ -108,23 +109,20 @@ jobs:
tag: image-tag/v2-alpha-tag
patch_base_reg: ((patch-base-reg))
patch_base_tag: ((patch-base-tag))
- put: mariadb-image
params:
tag_commit: "true"
dockerfile: stratos/deploy/db/Dockerfile.mariadb
build: stratos/deploy/db
tag: image-tag/v2-alpha-tag
patch_base_reg: ((patch-base-reg))
patch_base_tag: ((patch-base-tag))
- put: ui-image
params:
tag_commit: "true"
dockerfile: stratos/deploy/Dockerfile.ui
build: stratos/
target_name: prod-build
tag: image-tag/v2-alpha-tag
patch_base_reg: ((patch-base-reg))
patch_base_tag: ((patch-base-tag))
- name: create-chart
plan:
tag_commit: "true"
- get: stratos
passed: [build-images]
trigger: true
Expand Down
4 changes: 0 additions & 4 deletions deploy/ci/console-nightly-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,28 +106,24 @@ jobs:
build: stratos/
target_name: prod-build
tag: stratos/deploy/ci/tasks/dev-releases/nightly-tag
tag_commit: true
build_args_file: image-tag/build-args
- put: postflight-image
params:
dockerfile: stratos/deploy/Dockerfile.bk
build: stratos/
target_name: postflight-job
tag: stratos/deploy/ci/tasks/dev-releases/nightly-tag
tag_commit: true
- put: mariadb-image
params:
dockerfile: stratos/deploy/db/Dockerfile.mariadb
build: stratos/deploy/db
tag: stratos/deploy/ci/tasks/dev-releases/nightly-tag
tag_commit: true
- put: ui-image
params:
dockerfile: stratos/deploy/Dockerfile.ui
build: stratos/
target_name: prod-build
tag: stratos/deploy/ci/tasks/dev-releases/nightly-tag
tag_commit: true
prebuild_script: build/store-git-metadata.sh
- name: create-chart
plan:
Expand Down

0 comments on commit d59b814

Please sign in to comment.