Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from irfanhabib/add-commit-hashes
Browse files Browse the repository at this point in the history
Add commit hashes
  • Loading branch information
Irfan Habib committed Aug 20, 2018
2 parents c630648 + cc60638 commit 397ecf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 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,13 +109,15 @@ jobs:
tag: image-tag/v2-alpha-tag
patch_base_reg: ((patch-base-reg))
patch_base_tag: ((patch-base-tag))
tag_commit: "true"
- put: mariadb-image
params:
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))
tag_commit: "true"
- put: ui-image
params:
dockerfile: stratos/deploy/Dockerfile.ui
Expand All @@ -123,6 +126,7 @@ jobs:
tag: image-tag/v2-alpha-tag
patch_base_reg: ((patch-base-reg))
patch_base_tag: ((patch-base-tag))
tag_commit: "true"
- name: create-chart
plan:
- get: stratos
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 397ecf7

Please sign in to comment.