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

Bug fix to make the workflow tasks stateless and some modifications in the bash script that runs jobs #273

Merged
merged 4 commits into from
Jun 8, 2016

Conversation

amitsharma1981
Copy link
Contributor

The workflow tasks were keeping some state which was creating issues while running multiple jobs as the state was being shared across jobs. Moved all state into local variables to fix that problem.

The run.sh script to run the job now is just a "run" script with a bash header and executable bit set.

@amitsharma1981 amitsharma1981 added this to the 3.0.0 milestone Jun 8, 2016
@amitsharma1981 amitsharma1981 self-assigned this Jun 8, 2016
@coveralls
Copy link

Coverage Status

Coverage increased (+0.09%) to 89.378% when pulling 9f8505f on amitsharma1981:develop into 18bc1a4 on Netflix:develop.

@amitsharma1981 amitsharma1981 merged commit fe329ae into Netflix:develop Jun 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants