Skip to content

Commit

Permalink
Merge pull request #7 from titel-media/refactor/rename-settings
Browse files Browse the repository at this point in the history
refactor(publish-rollout): renaming settings
  • Loading branch information
duksis authored Dec 20, 2019
2 parents 83e2264 + 54f67f1 commit 55b10fa
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 158 deletions.
14 changes: 0 additions & 14 deletions src/examples/publish-image.yml

This file was deleted.

17 changes: 0 additions & 17 deletions src/examples/rollout-image.yml

This file was deleted.

8 changes: 4 additions & 4 deletions src/jobs/publish-and-rollout-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ parameters:
description: A docker image tag added after a successful image rollout
type: string
default: "$CIRCLE_BRANCH.stable"
path-to-dockerfile:
description: The relative path to the Dockerfile to use when building image
cwd-path-for-build:
description: The relative path from where docker will start the build of the image
type: string
default: "."
dockerfile:
description: Name of dockerfile to use
description: Path and name of dockerfile to use
type: string
default: "Dockerfile"
extra_build_args:
Expand All @@ -70,7 +70,7 @@ steps:
google-project-id: <<parameters.google-project-id>>
image: <<parameters.image>>
tag: << parameters.tag >>
path: <<parameters.path-to-dockerfile>>
path: <<parameters.cwd-path-for-build>>
extra_build_args: <<parameters.extra_build_args>>
- gcr/push-image:
registry-url: <<parameters.registry-url>>
Expand Down
61 changes: 0 additions & 61 deletions src/jobs/publish-image.yml

This file was deleted.

62 changes: 0 additions & 62 deletions src/jobs/rollout-image.yml

This file was deleted.

0 comments on commit 55b10fa

Please sign in to comment.