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

source script in the specific step #871

Merged
merged 1 commit into from
Dec 6, 2018

Conversation

migmartri
Copy link
Contributor

@migmartri migmartri commented Dec 6, 2018

Try if sourcing the script in the step is now required and fixes the issue shown here #870

This might not be the final fix but it might unblock our release process when we land code in master.

Closes #870

Copy link
Contributor

@prydonius prydonius left a comment

Choose a reason for hiding this comment

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

lgtm

@migmartri migmartri merged commit 8e78d3c into vmware-tanzu:master Dec 6, 2018
@migmartri migmartri deleted the add-source branch December 6, 2018 01:21
@@ -192,6 +192,7 @@ gke_test: &gke_test
- run: |
# If we want to test the latest version instead we override the image to be used
if [[ -n "$TEST_LATEST_RELEASE" ]]; then
source ./script/chart_sync_utils.sh
# latestReleaseTag was sourced in the first step via chart_sync_utils
Copy link
Contributor

Choose a reason for hiding this comment

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

you forgot to remove this comment

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops good catch!

@andresmgot
Copy link
Contributor

thanks for fixing this!

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.

CI - /bin/bash: line 3: latestReleaseTag: command not found
3 participants