Keep puppet.log created at repository setup
In integration tests we first run puppet to configure repositories and then run puppet two times for testing. However we don't move the log after the first repository configuration, and the file is overridden by the first deployment run. This ensures the file created during repository set up is being moved so that we can review the full records. Change-Id: Ia3f94d89423bc7c4b9a95f6b4ddb760fdcacfcee
This commit is contained in:
1 changed files with 1 additions and 0 deletions
@@ -213,6 +213,7 @@ if [ "${MANAGE_REPOS}" = true ]; then
print_header 'Error updating packages'
exit 1
fi
timestamp_puppet_log
fi
print_header "Running Puppet Scenario: ${SCENARIO} (1st time)"
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.