Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix usage of source artifacts in deploy stages when build stage is disabled #334

Merged
merged 2 commits into from
Mar 3, 2021

Conversation

sbkok
Copy link
Collaborator

@sbkok sbkok commented Mar 3, 2021

Why?

When the build stage is disabled, the deploy stages incorrectly tried to use the build output artifact.
These should use the source artifact instead.

Linked issues

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

…sabled

**Why?**

When the build stage is disabled, the deploy stages incorrectly tried to
use the build output artifact. These should use the source artifact
instead.

**Linked issues**

* awslabs#236
* awslabs#318
@sbkok sbkok added this to the v3.1.1 milestone Mar 3, 2021
Copy link
Collaborator

@thomasmcgannon thomasmcgannon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

Copy link

@deltagarrett deltagarrett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sbkok sbkok merged commit c3d5c33 into awslabs:master Mar 3, 2021
@sbkok sbkok deleted the fix-no-build-step branch March 3, 2021 14:03
sbkok added a commit to sbkok/aws-deployment-framework that referenced this pull request Mar 3, 2021
**Fixes 🐞**

* Fixes `timeout` and `environment_variables` to be used when defined in
  the default CodeBuild Deployment provider properties awslabs#307, closes awslabs#306.
* Fixes intrinsic functions for account_region param files awslabs#333, closes awslabs#147.
* Fixes use of deployment from source directly when build stage is
  disabled awslabs#334, closes awslabs#236 and closes awslabs#318.
@sbkok sbkok mentioned this pull request Mar 3, 2021
sbkok added a commit that referenced this pull request Mar 3, 2021
**Fixes 🐞**

* Fixes `timeout` and `environment_variables` to be used when defined in
  the default CodeBuild Deployment provider properties #307, closes #306.
* Fixes intrinsic functions for account_region param files #333, closes #147.
* Fixes use of deployment from source directly when build stage is
  disabled #334, closes #236 and closes #318.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants